This commit is contained in:
2025-08-12 15:45:33 +08:00
parent 904b2c0988
commit cde5daf19a
5 changed files with 70 additions and 1 deletions
+2
View File
@@ -90,6 +90,8 @@ namespace Ink_Canvas
public bool EnablePalmEraser { get; set; } = true;
[JsonProperty("clearCanvasAlsoClearImages")]
public bool ClearCanvasAlsoClearImages { get; set; } = true;
[JsonProperty("showCircleCenter")]
public bool ShowCircleCenter { get; set; } = false;
}
public enum OptionalOperation