|
@@ -311,6 +311,11 @@ class KMProductCompareWC: NSWindowController {
|
|
|
|
|
|
@objc override func showWindow(_ sender: Any?) {
|
|
@objc override func showWindow(_ sender: Any?) {
|
|
super.showWindow(sender)
|
|
super.showWindow(sender)
|
|
|
|
+#if VERSION_DMG
|
|
|
|
+ model.getDMGProductDatas { success, result in
|
|
|
|
+
|
|
|
|
+ }
|
|
|
|
+#endif
|
|
if orientation {
|
|
if orientation {
|
|
model.state = orientationType
|
|
model.state = orientationType
|
|
} else {
|
|
} else {
|