Quellcode durchsuchen

Merge branch 'develop_PDFReaderProV4.6.0' into develop_PDFReaderProV4.6.0_appStore

tangchao vor 5 Monaten
Ursprung
Commit
509abf75dd

+ 1 - 1
PDF Office/PDF Master/Class/PDFTools/Secure/Window/KMPasswordInputWindow.swift

@@ -236,7 +236,7 @@ typealias KMPasswordInputWindowItemClick = (KMPasswordInputWindow, Int, String)
         self.confirmButton.title = NSLocalizedString("Open", comment: "")
         self.confirmButton.title = NSLocalizedString("Open", comment: "")
         self.confirmButton.action = #selector(confirmButtonAction)
         self.confirmButton.action = #selector(confirmButtonAction)
         
         
-        self.dealConfirmButtonEnabledState(enabled: false)
+        self.dealConfirmButtonEnabledState(enabled: true)
     }
     }
     
     
     // MARK: - Actions
     // MARK: - Actions