|
@@ -1126,7 +1126,13 @@ import Cocoa
|
|
if KMMemberInfo.shared.aiPoint > 0 {
|
|
if KMMemberInfo.shared.aiPoint > 0 {
|
|
|
|
|
|
} else {
|
|
} else {
|
|
- AIPurchaseWindowController.currentWC().showWindow(nil)
|
|
|
|
|
|
+#if VERSION_DMG
|
|
|
|
+ let embeddedWC = KMPurchaseEmbeddedWindowController.currentCode(KMAISubscriptionMonthCodeKey_DMG)
|
|
|
|
+ embeddedWC.showWindow(nil)
|
|
|
|
+ embeddedWC.window?.center()
|
|
|
|
+#else
|
|
|
|
+ AIPurchaseWindowController.currentWC().showWindow(nil)
|
|
|
|
+#endif
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|