|
@@ -761,6 +761,10 @@ class AppDelegate: NSObject, NSApplicationDelegate, iRateDelegate{
|
|
}
|
|
}
|
|
|
|
|
|
@objc func restoreSubscriptions(_ sender: NSMenuItem) {
|
|
@objc func restoreSubscriptions(_ sender: NSMenuItem) {
|
|
|
|
+ if(KMMemberInfo.shared.isLogin == false) {
|
|
|
|
+ KMLoginWindowsController.shared.showWindow(nil)
|
|
|
|
+ return
|
|
|
|
+ }
|
|
#if VERSION_FREE
|
|
#if VERSION_FREE
|
|
KMPrint("restoreSubscriptions ...")
|
|
KMPrint("restoreSubscriptions ...")
|
|
KMProductCompareWC.shared.orientation = false
|
|
KMProductCompareWC.shared.orientation = false
|