improve:仅PPT模式

优化浮动栏显示
This commit is contained in:
2025-12-13 18:02:05 +08:00
parent 8b2bc2f064
commit daf0db312b
3 changed files with 20 additions and 3 deletions
-1
View File
@@ -303,7 +303,6 @@ namespace Ink_Canvas.Helpers
if (positionToSave > 0)
{
File.WriteAllText(Path.Combine(folderPath, "Position"), positionToSave.ToString());
LogHelper.WriteLogToFile($"已保存PPT播放位置: {positionToSave}", LogHelper.LogType.Trace);
}
}
catch (Exception ex)