improve:窗口无焦点

This commit is contained in:
2025-07-25 18:21:16 +08:00
parent 624af87795
commit bcd0509eff
3 changed files with 47 additions and 0 deletions
+3
View File
@@ -437,6 +437,9 @@ namespace Ink_Canvas
[JsonProperty("isAutoBackupBeforeUpdate")]
public bool IsAutoBackupBeforeUpdate { get; set; } = true;
[JsonProperty("isNoFocusMode")]
public bool IsNoFocusMode { get; set; } = true;
}
public class InkToShape