fix:开关状态显示错误

This commit is contained in:
2025-08-24 16:24:29 +08:00
parent 441f40886f
commit b4250b9161
4 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -2028,7 +2028,7 @@ namespace Ink_Canvas
LoadSettings();
isLoaded = true;
ToggleSwitchRunAtStartup.IsOn = true;
ToggleSwitchRunAtStartup.IsOn = false;
}
catch { }