improve:悬浮窗拦截

This commit is contained in:
2025-10-02 11:50:00 +08:00
parent f045b8f659
commit ad329fc2c8
2 changed files with 21 additions and 5 deletions
+7
View File
@@ -727,6 +727,13 @@ namespace Ink_Canvas
_inkFadeManager = null;
}
// 清理悬浮窗拦截管理器
if (_floatingWindowInterceptorManager != null)
{
_floatingWindowInterceptorManager.Dispose();
_floatingWindowInterceptorManager = null;
}
// 停止置顶维护定时器
StopTopmostMaintenance();