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