diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-22 07:21:10 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-22 07:21:10 +0800 |
| commit | 5e16ca4f41b2ae0b1e0d57be340cbf28286fe1f7 (patch) | |
| tree | 72e4afcc6b440e3121af79b245e6bd04c7398b7a /manager/App.axaml | |
| parent | e6bf6f5091caf3b4366894643671bc4586794cda (diff) | |
feat(manager): implement GUI dashboard with config management
Diffstat (limited to 'manager/App.axaml')
| -rw-r--r-- | manager/App.axaml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/manager/App.axaml b/manager/App.axaml index d9eaaee..7b5a966 100644 --- a/manager/App.axaml +++ b/manager/App.axaml @@ -1,10 +1,10 @@ -<Application xmlns="https://github.com/avaloniaui" - xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" - x:Class="manager.App" - 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="manager.App" + RequestedThemeVariant="Default" +> <Application.Styles> - <FluentTheme /> + <SimpleTheme /> </Application.Styles> -</Application>
\ No newline at end of file +</Application> |
