From 6271a0fdc5dd9d34b3415ea48ec9f52bc1b9a3cb Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 1 Feb 2025 10:15:35 -0500 Subject: [PATCH] Use FormPasswordFieldDelegate on the login page This allows you to manually show the password, if you so desire. --- launcher/ui/Pages/LoginPage.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/launcher/ui/Pages/LoginPage.qml b/launcher/ui/Pages/LoginPage.qml index 3b43ccb..6d4c63a 100644 --- a/launcher/ui/Pages/LoginPage.qml +++ b/launcher/ui/Pages/LoginPage.qml @@ -227,10 +227,9 @@ QQC2.Control { below: passwordField } - FormCard.FormTextFieldDelegate { + FormCard.FormPasswordFieldDelegate { id: passwordField label: LauncherCore.currentProfile.account.isSapphire ? i18n("Password") : i18n("Square Enix Password") - echoMode: TextInput.Password focus: true onAccepted: { if (otpField.visible) {