From e4dc1c0b4e9081987d4c04807920e6ab3bc887e9 Mon Sep 17 00:00:00 2001 From: CJKmkp <2564608840@qq.com> Date: Wed, 23 Jul 2025 23:10:10 +0800 Subject: [PATCH] =?UTF-8?q?improve:=E6=89=8B=E6=8E=8C=E6=93=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Ink Canvas/Resources/Settings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ink Canvas/Resources/Settings.cs b/Ink Canvas/Resources/Settings.cs index 76ebba98..f55bc913 100644 --- a/Ink Canvas/Resources/Settings.cs +++ b/Ink Canvas/Resources/Settings.cs @@ -78,7 +78,7 @@ namespace Ink_Canvas [JsonProperty("isCompressPicturesUploaded")] public bool IsCompressPicturesUploaded { get; set; } = false; [JsonProperty("enablePalmEraser")] - public bool EnablePalmEraser { get; set; } = false; + public bool EnablePalmEraser { get; set; } = true; } public enum OptionalOperation