فهرست منبع

【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 {