mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
14 lines
539 B
Plaintext
14 lines
539 B
Plaintext
|
|
<Application xmlns="https://github.com/avaloniaui"
|
||
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||
|
|
xmlns:gui="clr-namespace:Aaru.Gui"
|
||
|
|
x:Class="Aaru.Gui.App">
|
||
|
|
<Application.DataTemplates>
|
||
|
|
<gui:ViewLocator/>
|
||
|
|
</Application.DataTemplates>
|
||
|
|
|
||
|
|
<Application.Styles>
|
||
|
|
<StyleInclude Source="avares://Avalonia.Themes.Default/DefaultTheme.xaml"/>
|
||
|
|
<StyleInclude Source="avares://Avalonia.Themes.Default/Accents/BaseLight.xaml"/>
|
||
|
|
</Application.Styles>
|
||
|
|
</Application>
|