From 9b70b952f6394298c3d0fba2747a3cf4327b6250 Mon Sep 17 00:00:00 2001
From: CJKmkp <2564608840@qq.com>
Date: Sat, 13 Sep 2025 16:13:22 +0800
Subject: [PATCH] add:issue #180
---
Ink Canvas/MainWindow.xaml | 9 ---------
.../MW_FloatingWindowInterceptor.cs | 20 -------------------
2 files changed, 29 deletions(-)
diff --git a/Ink Canvas/MainWindow.xaml b/Ink Canvas/MainWindow.xaml
index 6af5fac6..2c0d6d80 100644
--- a/Ink Canvas/MainWindow.xaml
+++ b/Ink Canvas/MainWindow.xaml
@@ -2961,15 +2961,6 @@
Width="40" />
-
-
-
-
-
-
diff --git a/Ink Canvas/MainWindow_cs/MW_FloatingWindowInterceptor.cs b/Ink Canvas/MainWindow_cs/MW_FloatingWindowInterceptor.cs
index ea78e7cb..5d3ae88f 100644
--- a/Ink Canvas/MainWindow_cs/MW_FloatingWindowInterceptor.cs
+++ b/Ink Canvas/MainWindow_cs/MW_FloatingWindowInterceptor.cs
@@ -323,26 +323,6 @@ namespace Ink_Canvas
LogHelper.WriteLogToFile($"设置拦截规则失败: {ex.Message}", LogHelper.LogType.Error);
}
}
-
-
- ///
- /// 恢复所有窗口按钮点击
- ///
- private void BtnFloatingWindowInterceptorRestore_Click(object sender, RoutedEventArgs e)
- {
- try
- {
- if (_floatingWindowInterceptorManager != null)
- {
- _floatingWindowInterceptorManager.RestoreAllWindows();
- UpdateFloatingWindowInterceptorUI();
- }
- }
- catch (Exception ex)
- {
- LogHelper.WriteLogToFile($"恢复所有窗口失败: {ex.Message}", LogHelper.LogType.Error);
- }
- }
#endregion
}
}
\ No newline at end of file