add:软件启动动画

This commit is contained in:
2025-10-01 22:38:40 +08:00
parent d06c2585cf
commit 5b9c1627c0
13 changed files with 120 additions and 2 deletions
@@ -334,6 +334,8 @@ namespace Ink_Canvas
ToggleSwitchEnableSplashScreen.IsOn = Settings.Appearance.EnableSplashScreen;
ComboBoxSplashScreenStyle.SelectedIndex = Settings.Appearance.SplashScreenStyle;
ToggleSwitchEnableTrayIcon.IsOn = Settings.Appearance.EnableTrayIcon;
ICCTrayIconExampleImage.Visibility =
Settings.Appearance.EnableTrayIcon ? Visibility.Visible : Visibility.Collapsed;