From 0f087c2aa68233c039ba6dcc8e97915fa22e5579 Mon Sep 17 00:00:00 2001 From: CJKmkp <2564608840@qq.com> Date: Mon, 6 Oct 2025 20:46:19 +0800 Subject: [PATCH] =?UTF-8?q?improve:=E8=AE=A1=E6=97=B6=E5=99=A8UI?= 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 67838de3..77fdc1c3 100644 --- a/Ink Canvas/Resources/Settings.cs +++ b/Ink Canvas/Resources/Settings.cs @@ -632,7 +632,7 @@ namespace Ink_Canvas [JsonProperty("useLegacyTimerUI")] public bool UseLegacyTimerUI { get; set; } = false; [JsonProperty("useSeewoStyleUI")] - public bool UseSeewoStyleUI { get; set; } = false; + public bool UseSeewoStyleUI { get; set; } = true; [JsonProperty("timerVolume")] public double TimerVolume { get; set; } = 1.0; [JsonProperty("customTimerSoundPath")]