diff options
Diffstat (limited to 'JVDesktop/App.axaml')
| -rw-r--r-- | JVDesktop/App.axaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/JVDesktop/App.axaml b/JVDesktop/App.axaml new file mode 100644 index 0000000..24e82f2 --- /dev/null +++ b/JVDesktop/App.axaml @@ -0,0 +1,15 @@ +<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.DataTemplates> + <local:ViewLocator/> + </Application.DataTemplates> + + <Application.Styles> + <FluentTheme /> + </Application.Styles> +</Application>
\ No newline at end of file |
