Explorar el Código

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

tangchao hace 4 meses
padre
commit
2e0698e355
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 {