This commit is contained in:
2025-09-13 18:13:31 +08:00
parent dbb88d4999
commit a5ac282ab6
4 changed files with 94 additions and 2 deletions
+1
View File
@@ -130,6 +130,7 @@ namespace Ink_Canvas
_multiPPTInkManager = new MultiPPTInkManager();
_multiPPTInkManager.IsAutoSaveEnabled = Settings.PowerPointSettings.IsAutoSaveStrokesInPowerPoint;
_multiPPTInkManager.AutoSaveLocation = Settings.Automation.AutoSavedStrokesLocation;
_multiPPTInkManager.PPTManager = _pptManager;
// 初始化UI管理器
_pptUIManager = new PPTUIManager(this);