improve:PPT翻页打断

新增设置项
This commit is contained in:
2025-12-20 18:37:57 +08:00
parent 39e8b2359e
commit f3ddd5a11a
4 changed files with 25 additions and 1 deletions
+2
View File
@@ -319,6 +319,8 @@ namespace Ink_Canvas
public bool EnablePowerPointEnhancement { get; set; } = false;
[JsonProperty("showGestureButtonInSlideShow")]
public bool ShowGestureButtonInSlideShow { get; set; } = false;
[JsonProperty("skipAnimationsWhenGoNext")]
public bool SkipAnimationsWhenGoNext { get; set; } = false;
}
public class Automation