fix:issue #175 简易实现(后续会改)

This commit is contained in:
2025-09-13 12:05:13 +08:00
parent 2da5e8d71b
commit c1fcaff28a
5 changed files with 33 additions and 2 deletions
+3
View File
@@ -448,6 +448,9 @@ namespace Ink_Canvas
[JsonProperty("autoDelSavedFilesDaysThreshold")]
public int AutoDelSavedFilesDaysThreshold = 15;
[JsonProperty("keepFoldAfterSoftwareExit")]
public bool KeepFoldAfterSoftwareExit { get; set; } = false;
[JsonProperty("isSaveFullPageStrokes")]
public bool IsSaveFullPageStrokes;