add:按钮显示控制

This commit is contained in:
2025-08-11 19:18:21 +08:00
parent 4a6d9dee67
commit 07c7acc37a
4 changed files with 50 additions and 0 deletions
+3
View File
@@ -208,6 +208,9 @@ namespace Ink_Canvas
public bool IsShowWhiteboardButton { get; set; } = true;
[JsonProperty("isShowHideButton")]
public bool IsShowHideButton { get; set; } = true;
[JsonProperty("eraserDisplayOption")]
public int EraserDisplayOption { get; set; } = 0;
}
public class PowerPointSettings