@@ -37,6 +37,8 @@ class KMEmbeddedPaymentPopWC: NSWindowController, WKNavigationDelegate {
// Implement this method to handle any initialization after your window controller's window has been loaded from its nib file.
+ window?.title = ""
+
if isPaddle {
let blankHTML = """
<html>
@@ -234,7 +234,7 @@ class KMPurchaseEmbeddedWindowController: NSWindowController {
super.windowDidLoad()
-
window?.makeFirstResponder(nil)
productType = self.productToType(productID)