This commit is contained in:
2025-09-20 11:08:52 +08:00
parent d1a1b17d29
commit 313049f873
4 changed files with 8 additions and 3 deletions
+2 -1
View File
@@ -182,7 +182,8 @@ namespace Ink_Canvas.Helpers
bool shouldShowButtons = ShowPPTButton &&
_mainWindow.BtnPPTSlideShowEnd.Visibility == Visibility.Visible &&
isInSlideShow &&
hasValidPageCount;
hasValidPageCount &&
!Settings.Automation.IsAutoFoldInPPTSlideShow;
if (!shouldShowButtons)
{