浏览代码

【fix】【保存】打开邮件里的附件PDF,注释保存失败(仅DMG版本有问题)

tangchao 4 月之前
父节点
当前提交
2e0698e355
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      PDF Office/PDF Master/Class/Document/KMMainDocument.swift

+ 1 - 1
PDF Office/PDF Master/Class/Document/KMMainDocument.swift

@@ -279,7 +279,7 @@ typealias KMMainDocumentCloudUploadHanddler = (@escaping(Bool, String)->()) -> (
         do {
             try await super.save(to: url, ofType: typeName, for: saveOperation)
         } catch let outError {
-            Swift.print(outError)
+            NSApp.presentError(outError)
         }
         
         if saveOperation == .saveToOperation {