This commit is contained in:
2025-09-13 16:06:19 +08:00
parent 979be117c6
commit 501af800ce
+1 -1
View File
@@ -467,7 +467,7 @@ namespace Ink_Canvas
public bool IsEnabled { get; set; } = false;
[JsonProperty("scanIntervalMs")]
public int ScanIntervalMs { get; set; } = 5000;
public int ScanIntervalMs { get; set; } = 1000;
[JsonProperty("interceptRules")]
public Dictionary<string, bool> InterceptRules { get; set; } = new Dictionary<string, bool>