|
@@ -1078,6 +1078,7 @@ class KMProductCompareWC: NSWindowController {
|
|
}
|
|
}
|
|
|
|
|
|
@IBAction func appstorePurchaseAction(_ sender: NSButton) {
|
|
@IBAction func appstorePurchaseAction(_ sender: NSButton) {
|
|
|
|
+ addWaitingView(to: window?.contentView ?? NSView())
|
|
model.appstorePurchaseAction(sender.tag) { [weak self] success, msg in
|
|
model.appstorePurchaseAction(sender.tag) { [weak self] success, msg in
|
|
guard let self = self else { return }
|
|
guard let self = self else { return }
|
|
|
|
|