mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-08-03 22:35:45 +02:00
misc: modify password dialog
- Make current password text field visible for exporting account mode Change-Id: I5b323475db8aba5bf96c8e2aef908a72f4f8e7cb
This commit is contained in:
parent
f5eb41e2a1
commit
adf1f4d77d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue