|
@@ -940,7 +940,12 @@ import Cocoa
|
|
|
KMLoginWindowsController.shared.openWindow() { [weak self] success in
|
|
|
guard let self = self else { return }
|
|
|
if success {
|
|
|
- self.productCompareShow()
|
|
|
+ if userScenarioType == .dmg_type16 ||
|
|
|
+ userScenarioType == .dmg_type17 {
|
|
|
+
|
|
|
+ } else {
|
|
|
+ self.productCompareShow()
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|