mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
12 lines
416 B
XML
12 lines
416 B
XML
<Application xmlns="https://github.com/avaloniaui"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:local="using:Wabbajack.Launcher"
|
|
x:Class="Wabbajack.Launcher.App">
|
|
<Application.DataTemplates>
|
|
<local:ViewLocator />
|
|
</Application.DataTemplates>
|
|
|
|
<Application.Styles>
|
|
<FluentTheme Mode="Light" />
|
|
</Application.Styles>
|
|
</Application> |