add:PPT按钮透明度设置

This commit is contained in:
2025-12-20 22:56:13 +08:00
parent 3c2e4a0990
commit 468df7dad7
7 changed files with 715 additions and 30 deletions
+12
View File
@@ -285,6 +285,18 @@ namespace Ink_Canvas
[JsonProperty("enablePPTButtonLongPressPageTurn")]
public bool EnablePPTButtonLongPressPageTurn { get; set; } = true;
[JsonProperty("pptLSButtonOpacity")]
public double PPTLSButtonOpacity { get; set; } = 0.5;
[JsonProperty("pptRSButtonOpacity")]
public double PPTRSButtonOpacity { get; set; } = 0.5;
[JsonProperty("pptLBButtonOpacity")]
public double PPTLBButtonOpacity { get; set; } = 0.5;
[JsonProperty("pptRBButtonOpacity")]
public double PPTRBButtonOpacity { get; set; } = 0.5;
// -- new --
[JsonProperty("powerPointSupport")]