|
@@ -542,10 +542,12 @@ class AppDelegate: NSObject, NSApplicationDelegate, iRateDelegate{
|
|
|
}
|
|
|
@objc func deviceCameraMenuItemAciton(sender: NSMenuItem) {
|
|
|
KMPrint("deviceCameraMenuItemAciton")
|
|
|
+ NotificationCenter.default.post(name: NSNotification.Name(rawValue: "kDeviceCameraMenuItemNotification"), object: nil)
|
|
|
}
|
|
|
|
|
|
@objc func deviceScannerMenuItemAciton(sender: NSMenuItem) {
|
|
|
KMPrint("deviceScannerMenuItemAciton")
|
|
|
+ NotificationCenter.default.post(name: NSNotification.Name(rawValue: "kDeviceScannerMenuItemNotification"), object: nil)
|
|
|
}
|
|
|
|
|
|
// MARK: PDF Reader Pro Menu
|