|
@@ -289,7 +289,7 @@ class KMPurchaseEmbeddedWindowController: NSWindowController {
|
|
|
licenseCodeBox.fillColor = NSColor(named: "KMPurchase_FFFFFF")!
|
|
|
notFoundButton.title = NSLocalizedString("Not Found?", comment: "")
|
|
|
notFoundButton.setTitleColor(color: NSColor(named: "KMPurchaseCouponColor")!, font: NSFont(name: "body-s-regular", size: 14))
|
|
|
- licenseCodeTextField.stringValue = VerificationManager.default().originLicenseCode
|
|
|
+ licenseCodeTextField.stringValue = VerificationManager.default().originLicenseCode ?? ""
|
|
|
refreshLicenseCodeView(isReveal: true)
|
|
|
licenseCodeErrorLabel.stringValue = NSLocalizedString("Please enter right license code. How to Retrieve License.", comment: "")
|
|
|
licenseCodeErrorLabel.textColor = NSColor(named: "KMPurchaseErrorColor")
|