优化主窗口设置选项

This commit is contained in:
PrefacedCorg
2026-04-11 00:57:22 +08:00
parent f7befe387c
commit d6f20a365e
4 changed files with 100 additions and 801 deletions
@@ -282,7 +282,6 @@ namespace Ink_Canvas
}
}
ToggleSwitchIsAutoUpdateWithSilence.Visibility = Settings.Startup.IsAutoUpdate ? Visibility.Visible : Visibility.Collapsed;
if (Settings.Startup.IsAutoUpdateWithSilence)
{
ToggleSwitchIsAutoUpdateWithSilence.IsOn = true;