aboutsummaryrefslogtreecommitdiff
path: root/manager/App.axaml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-06-22 07:21:10 +0800
committer魏曹先生 <1992414357@qq.com>2026-06-22 07:21:10 +0800
commit5e16ca4f41b2ae0b1e0d57be340cbf28286fe1f7 (patch)
tree72e4afcc6b440e3121af79b245e6bd04c7398b7a /manager/App.axaml
parente6bf6f5091caf3b4366894643671bc4586794cda (diff)
feat(manager): implement GUI dashboard with config management
Diffstat (limited to 'manager/App.axaml')
-rw-r--r--manager/App.axaml16
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>