|
@@ -65,7 +65,7 @@ var comparativeMainWindow: NSWindow?
|
|
|
*/
|
|
|
static func show(window: NSWindow, _ type: KMComparativeInputType = .unknown, inputType: KMSubscribeWaterMarkType = .none) -> KMComparativeTableViewController? {
|
|
|
#if VERSION_DMG
|
|
|
- if KMLightMemberManager.manager.isLogin() {
|
|
|
+ if KMLightMemberManager.manager.isLogin() || type == .upgrade {
|
|
|
KMPurchaseManager.manager.showStore()
|
|
|
} else {
|
|
|
KMLoginWindowController.show(window: window)
|