diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-01-09 21:30:49 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-01-09 21:30:49 +0800 |
| commit | 6b9268d2d88c81c18f2cc21e343d321989dad99c (patch) | |
| tree | 051a3e1ca1c49a8e67a4da2c59fec576fc9e6ec5 /JVDesktop/App.axaml | |
| parent | 3f8e818b58127a2fad66ed67032344f553632c38 (diff) | |
Set up project structure and CLI integration
Diffstat (limited to 'JVDesktop/App.axaml')
| -rw-r--r-- | JVDesktop/App.axaml | 17 |
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> |
