mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-08-04 06:45: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.maximumHeight: 30
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
|
||||||
visible: purpose === PasswordDialog.ChangePassword
|
visible: purpose === PasswordDialog.ChangePassword || purpose === PasswordDialog.ExportAccount
|
||||||
echoMode: TextInput.Password
|
echoMode: TextInput.Password
|
||||||
font.pointSize: 10
|
font.pointSize: 10
|
||||||
font.kerning: true
|
font.kerning: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue