From a106f016978e7bfbb4c3257aa25d5ac6d9633ed7 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 1 Feb 2025 10:15:55 -0500 Subject: [PATCH] Use FormPasswordFieldDelegate on the sync page This allows you to manually show the password, if you so desire. --- launcher/ui/Settings/SyncSettings.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/launcher/ui/Settings/SyncSettings.qml b/launcher/ui/Settings/SyncSettings.qml index c92f96a..95780ad 100644 --- a/launcher/ui/Settings/SyncSettings.qml +++ b/launcher/ui/Settings/SyncSettings.qml @@ -64,11 +64,10 @@ FormCard.FormCardPage { below: passwordDelegate } - FormCard.FormTextFieldDelegate { + FormCard.FormPasswordFieldDelegate { id: passwordDelegate label: i18n("Password:") - echoMode: TextInput.Password } FormCard.FormDelegateSeparator {