|
@@ -171,10 +171,10 @@ class KMSubscribeWaterMarkWindowController: NSWindowController {
|
|
|
|
|
|
if KMLightMemberManager.manager.isLogin() ||
|
|
|
type == .save ||
|
|
|
- ((type.isConvertType() || type == .merge) && limit) {
|
|
|
- KMComparativeTableViewController.show(window: subscribeWaterMarkMainWindow ?? NSWindow(), .equity, inputType: type)
|
|
|
+ ((type.isConvertType() || type == .merge) && !limit) {
|
|
|
+ _ = KMComparativeTableViewController.show(window: subscribeWaterMarkMainWindow ?? NSWindow(), .equity, inputType: type)
|
|
|
} else {
|
|
|
- KMLoginWindowController.show(window: subscribeWaterMarkMainWindow ?? NSWindow())
|
|
|
+ _ = KMLoginWindowController.show(window: subscribeWaterMarkMainWindow ?? NSWindow())
|
|
|
}
|
|
|
subscribeWaterMarkMainWindow = nil
|
|
|
}
|