improve:UI

This commit is contained in:
2026-05-01 09:31:10 +08:00
parent e5ef1c6472
commit 97dbedfed5
2 changed files with 16 additions and 2 deletions
+1 -1
View File
@@ -303,7 +303,7 @@ namespace Ink_Canvas
[JsonProperty("isShowModeFingerToggleSwitch")]
public bool IsShowModeFingerToggleSwitch { get; set; } = true;
[JsonProperty("theme")]
public int Theme { get; set; }
public int Theme { get; set; } = 2;
// 浮动栏按钮显示控制
[JsonProperty("useLegacyFloatingBarUI")]