Skip to content
Snippets Groups Projects
Commit adf1f4d7 authored by Yang Wang's avatar Yang Wang Committed by Sébastien Blin
Browse files

misc: modify password dialog

- Make current password text field visible for exporting account mode

Change-Id: I5b323475db8aba5bf96c8e2aef908a72f4f8e7cb
parent f5eb41e2
No related branches found
No related tags found
No related merge requests found
......@@ -167,7 +167,7 @@ Dialog {
Layout.maximumHeight: 30
Layout.fillWidth: true
visible: purpose === PasswordDialog.ChangePassword
visible: purpose === PasswordDialog.ChangePassword || purpose === PasswordDialog.ExportAccount
echoMode: TextInput.Password
font.pointSize: 10
font.kerning: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment