1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-20 03:37:47 +00:00

Use FormPasswordFieldDelegate on the sync page

This allows you to manually show the password, if you so desire.
This commit is contained in:
Joshua Goins 2025-02-01 10:15:55 -05:00
parent 6271a0fdc5
commit a106f01697

View file

@ -64,11 +64,10 @@ FormCard.FormCardPage {
below: passwordDelegate
}
FormCard.FormTextFieldDelegate {
FormCard.FormPasswordFieldDelegate {
id: passwordDelegate
label: i18n("Password:")
echoMode: TextInput.Password
}
FormCard.FormDelegateSeparator {