sa/Stars Assistant/App.axaml

15 lines
576 B
Plaintext
Raw Normal View History

2024-07-23 07:40:10 +00:00
<Application xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="net.nehmer.sa.App"
xmlns:local="using:net.nehmer.sa"
RequestedThemeVariant="Default">
<!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. -->
<Application.DataTemplates>
<local:ViewLocator/>
</Application.DataTemplates>
<Application.Styles>
<FluentTheme />
</Application.Styles>
</Application>