This commit is contained in:
2026-03-03 14:33:41 +08:00
parent 1e65cee4ad
commit 08f7afc3f1
5 changed files with 110 additions and 0 deletions
+2
View File
@@ -310,6 +310,8 @@ namespace Ink_Canvas
public int QuickColorPaletteDisplayMode { get; set; } = 1;
[JsonProperty("enableHotkeysInMouseMode")]
public bool EnableHotkeysInMouseMode { get; set; } = false;
[JsonProperty("language")]
public string Language { get; set; } = "";
}