|
@@ -1133,6 +1133,10 @@ class KMProductCompareWC: NSWindowController {
|
|
|
}
|
|
|
|
|
|
@IBAction func appstorePurchaseAction(_ sender: NSButton) {
|
|
|
+ if KMMemberInfo.shared.validFlag == "5" {
|
|
|
+ KMMemberPromptWC.shared.showWindow(nil)
|
|
|
+ KMMemberPromptWC.shared.tipType = .signouting
|
|
|
+ } else {
|
|
|
#if !VERSION_DMG
|
|
|
addWaitingView(to: window?.contentView ?? NSView())
|
|
|
#endif
|
|
@@ -1143,6 +1147,7 @@ class KMProductCompareWC: NSWindowController {
|
|
|
#if VERSION_DMG
|
|
|
close()
|
|
|
#endif
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
// MARK: - InAppPurchaseManager Notification
|