Browse Source

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

tangchao 5 months ago
parent
commit
85d8fda76e

+ 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.action = #selector(confirmButtonAction)
         
-        self.dealConfirmButtonEnabledState(enabled: false)
+        self.dealConfirmButtonEnabledState(enabled: true)
     }
     
     // MARK: - Actions