This commit is contained in:
2026-02-14 16:09:39 +08:00
parent ec3a826e01
commit 1d46818eec
2 changed files with 1 additions and 8 deletions
-2
View File
@@ -177,7 +177,6 @@ namespace Ink_Canvas.Windows
if (_settings.Automation.FloatingWindowInterceptor != null)
{
CheckBoxFloatingWindowInterceptorEnabled.IsChecked = _settings.Automation.FloatingWindowInterceptor.IsEnabled;
CheckBoxFloatingWindowInterceptorAutoStart.IsChecked = _settings.Automation.FloatingWindowInterceptor.AutoStart;
}
}
}
@@ -366,7 +365,6 @@ namespace Ink_Canvas.Windows
if (_settings.Automation.FloatingWindowInterceptor != null)
{
_settings.Automation.FloatingWindowInterceptor.IsEnabled = CheckBoxFloatingWindowInterceptorEnabled.IsChecked == true;
_settings.Automation.FloatingWindowInterceptor.AutoStart = CheckBoxFloatingWindowInterceptorAutoStart.IsChecked == true;
}
}
}