improve:默认设置

This commit is contained in:
CJK_mkp
2025-11-08 20:17:51 +08:00
parent 7f0d29ebd2
commit 008477d5fa
+1 -1
View File
@@ -123,7 +123,7 @@ namespace Ink_Canvas
[JsonIgnore]
public bool IsEnableTwoFingerGestureTranslateOrRotation => IsEnableTwoFingerTranslate || IsEnableTwoFingerRotation;
[JsonProperty("isEnableMultiTouchMode")]
public bool IsEnableMultiTouchMode { get; set; } = true;
public bool IsEnableMultiTouchMode { get; set; } = false;
[JsonProperty("isEnableTwoFingerZoom")]
public bool IsEnableTwoFingerZoom { get; set; } = true;
[JsonProperty("isEnableTwoFingerTranslate")]