فهرست منبع

【页面编辑】- 删除右键菜单分享

liaoxiaoyue 1 سال پیش
والد
کامیت
499e274b66
1فایلهای تغییر یافته به همراه6 افزوده شده و 6 حذف شده
  1. 6 6
      PDF Office/PDF Office/Class/PDFTools/PageEdit/Controller/KMPDFEditViewController.swift

+ 6 - 6
PDF Office/PDF Office/Class/PDFTools/PageEdit/Controller/KMPDFEditViewController.swift

@@ -1327,12 +1327,12 @@ extension KMPDFEditViewController : NSMenuDelegate,NSMenuItemValidation {
         item = menu.addItem(withTitle: NSLocalizedString("Print", comment: ""), action: #selector(printItemAction), target: self)
         item.representedObject = row
         
-        if (row.count <= 1) {
-            item = menu.addItem(withTitle: NSLocalizedString("Share", comment: ""), action: nil, target: self)
-            item.representedObject = row
-            
-            item.submenu = NSSharingServicePicker.menu(forSharingItems: [self.listView!.document.documentURL ?? ""], subjectContext: "", withTarget: self, selector: #selector(sharePageItemAction), serviceDelegate: nil)
-        }
+//        if (row.count <= 1) {
+//            item = menu.addItem(withTitle: NSLocalizedString("Share", comment: ""), action: nil, target: self)
+//            item.representedObject = row
+//            
+//            item.submenu = NSSharingServicePicker.menu(forSharingItems: [self.listView!.document.documentURL ?? ""], subjectContext: "", withTarget: self, selector: #selector(sharePageItemAction), serviceDelegate: nil)
+//        }
     }
 }