|
@@ -216,8 +216,6 @@ class KMProductCompareWC: NSWindowController {
|
|
} else {
|
|
} else {
|
|
model.getCurrentComparisonTableType()
|
|
model.getCurrentComparisonTableType()
|
|
}
|
|
}
|
|
- languageLocalized()
|
|
|
|
- initializeUI()
|
|
|
|
|
|
|
|
value1InfoLabel.stringValue = NSLocalizedString("6-Month Plan", comment: "")
|
|
value1InfoLabel.stringValue = NSLocalizedString("6-Month Plan", comment: "")
|
|
value1InfoLabel.font = NSFont.UbuntuMediumFontWithSize(16)
|
|
value1InfoLabel.font = NSFont.UbuntuMediumFontWithSize(16)
|
|
@@ -306,6 +304,8 @@ class KMProductCompareWC: NSWindowController {
|
|
|
|
|
|
@objc override func showWindow(_ sender: Any?) {
|
|
@objc override func showWindow(_ sender: Any?) {
|
|
super.showWindow(sender)
|
|
super.showWindow(sender)
|
|
|
|
+ languageLocalized()
|
|
|
|
+ initializeUI()
|
|
reloadData()
|
|
reloadData()
|
|
if model.isShowSale {
|
|
if model.isShowSale {
|
|
showDiscountToSaveWindow()
|
|
showDiscountToSaveWindow()
|