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