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