Przeglądaj źródła

【会员系统】恢复购买需先登录

dinglingui 1 tydzień temu
rodzic
commit
b7e5d7eac9
1 zmienionych plików z 4 dodań i 0 usunięć
  1. 4 0
      PDF Office/PDF Master/AppDelegate.swift

+ 4 - 0
PDF Office/PDF Master/AppDelegate.swift

@@ -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