Browse Source

【内嵌支付】Windows标题改为空

wanjun 5 months ago
parent
commit
f8aa74ec78

+ 2 - 0
PDF Office/PDF Master/Class/Purchase/DMG/KMEmbeddedPaymentPopWC.swift

@@ -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>

+ 1 - 1
PDF Office/PDF Master/Class/Purchase/DMG/KMPurchaseEmbeddedWindowController.swift

@@ -234,7 +234,7 @@ class KMPurchaseEmbeddedWindowController: NSWindowController {
         super.windowDidLoad()
 
         // Implement this method to handle any initialization after your window controller's window has been loaded from its nib file.
-        
+        window?.title = ""
         window?.makeFirstResponder(nil)
         
         productType = self.productToType(productID)