improve:计时器UI

This commit is contained in:
2025-10-06 20:46:19 +08:00
parent 19d2ffb48e
commit 0f087c2aa6
+1 -1
View File
@@ -632,7 +632,7 @@ namespace Ink_Canvas
[JsonProperty("useLegacyTimerUI")] [JsonProperty("useLegacyTimerUI")]
public bool UseLegacyTimerUI { get; set; } = false; public bool UseLegacyTimerUI { get; set; } = false;
[JsonProperty("useSeewoStyleUI")] [JsonProperty("useSeewoStyleUI")]
public bool UseSeewoStyleUI { get; set; } = false; public bool UseSeewoStyleUI { get; set; } = true;
[JsonProperty("timerVolume")] [JsonProperty("timerVolume")]
public double TimerVolume { get; set; } = 1.0; public double TimerVolume { get; set; } = 1.0;
[JsonProperty("customTimerSoundPath")] [JsonProperty("customTimerSoundPath")]