|
@@ -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)
|
|
|
+// }
|
|
|
}
|
|
|
}
|
|
|
|