add:老版UI切换

This commit is contained in:
2025-10-01 09:48:44 +08:00
parent 851bd1c3c6
commit 38dd083cdc
6 changed files with 85 additions and 4 deletions
+2
View File
@@ -209,6 +209,8 @@ namespace Ink_Canvas
public int Theme { get; set; }
// 浮动栏按钮显示控制
[JsonProperty("useLegacyFloatingBarUI")]
public bool UseLegacyFloatingBarUI { get; set; } = false;
[JsonProperty("isShowShapeButton")]
public bool IsShowShapeButton { get; set; } = true;
[JsonProperty("isShowUndoButton")]