Update PageSetupWizardCredentials.qml
This commit is contained in:
parent
6b80a56f92
commit
1a2c1fa1b5
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ PageType {
|
||||||
property bool hidePassword: true
|
property bool hidePassword: true
|
||||||
|
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
headerText: qsTr("Password / SSH private key")
|
headerText: qsTr("Password or SSH private key")
|
||||||
textField.echoMode: hidePassword ? TextInput.Password : TextInput.Normal
|
textField.echoMode: hidePassword ? TextInput.Password : TextInput.Normal
|
||||||
buttonImageSource: textFieldText !== "" ? (hidePassword ? "qrc:/images/controls/eye.svg" : "qrc:/images/controls/eye-off.svg")
|
buttonImageSource: textFieldText !== "" ? (hidePassword ? "qrc:/images/controls/eye.svg" : "qrc:/images/controls/eye-off.svg")
|
||||||
: ""
|
: ""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue