|
@@ -65,7 +65,7 @@ class KMLoginLeftImageView: KMBaseXibView {
|
|
#if VERSION_FREE
|
|
#if VERSION_FREE
|
|
image = NSImage(named: "image_PopupAppstore") ?? NSImage()
|
|
image = NSImage(named: "image_PopupAppstore") ?? NSImage()
|
|
#else
|
|
#else
|
|
- image = NSImage(named: "image_PopupDMG") ?? NSImage()
|
|
|
|
|
|
+ image = NSImage(named: "Image_PopupDMG") ?? NSImage()
|
|
#endif
|
|
#endif
|
|
// self.subscriptionButton.isHidden = false
|
|
// self.subscriptionButton.isHidden = false
|
|
}
|
|
}
|