summaryrefslogtreecommitdiff
path: root/JVDesktop/App.axaml
diff options
context:
space:
mode:
Diffstat (limited to 'JVDesktop/App.axaml')
-rw-r--r--JVDesktop/App.axaml17
1 files changed, 9 insertions, 8 deletions
diff --git a/JVDesktop/App.axaml b/JVDesktop/App.axaml
index 4d268d0..1bebd8d 100644
--- a/JVDesktop/App.axaml
+++ b/JVDesktop/App.axaml
@@ -1,15 +1,16 @@
-<Application xmlns="https://github.com/avaloniaui"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- x:Class="JVDesktop.App"
- xmlns:local="using:JVDesktop"
- RequestedThemeVariant="Default">
- <!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. -->
+<Application
+ xmlns="https://github.com/avaloniaui"
+ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+ x:Class="JVDesktop.App"
+ xmlns:local="using:JVDesktop"
+ RequestedThemeVariant="Default"
+>
<Application.DataTemplates>
- <local:ViewLocator/>
+ <local:ViewLocator />
</Application.DataTemplates>
<Application.Styles>
- <FluentTheme />
+ <SimpleTheme />
</Application.Styles>
</Application>