撤销新设置部分修改

This commit is contained in:
2026-01-10 17:46:39 +08:00
parent c9e6ba972b
commit 4697fb4664
2 changed files with 28 additions and 52 deletions
@@ -1232,12 +1232,6 @@ namespace Ink_Canvas.Windows
{
// 关闭新设置窗口
Close();
// 调用主窗口的显示老设置面板方法
if (_mainWindow != null)
{
_mainWindow.ShowOldSettingsPanel();
}
}
private void ToggleSwitch_Click(object sender, MouseButtonEventArgs e)