Revert "add:issue #224"

This reverts commit 07a62d2f78.
This commit is contained in:
2025-10-01 00:53:22 +08:00
parent 07a62d2f78
commit 69c45764b2
18 changed files with 52 additions and 229 deletions
@@ -229,7 +229,7 @@ namespace Ink_Canvas.Helpers
private readonly Dictionary<IntPtr, DateTime> _lastScanTime = new Dictionary<IntPtr, DateTime>();
private readonly HashSet<IntPtr> _knownWindows = new HashSet<IntPtr>();
private readonly Dictionary<string, DateTime> _processLastScanTime = new Dictionary<string, DateTime>();
private int _consecutiveEmptyScans;
private int _consecutiveEmptyScans = 0;
private DateTime _lastSuccessfulScan = DateTime.Now;
private readonly object _scanLock = new object();