Unverified Commit ecff5451 authored by Gus Grubba's avatar Gus Grubba Committed by GitHub

Merge pull request #7428 from MatejFranceskin/pr-hide-microhard-passwords

Made Microhard password fields hidden
parents 04db2951 ea3515ab
......@@ -216,7 +216,7 @@ Rectangle {
id: configPassword
text: QGroundControl.microhardManager.configPassword
enabled: true
inputMethodHints: Qt.ImhHiddenText
echoMode: TextInput.Password
Layout.minimumWidth: _valueWidth
}
QGCLabel {
......@@ -226,7 +226,7 @@ Rectangle {
id: encryptionKey
text: QGroundControl.microhardManager.encryptionKey
enabled: true
inputMethodHints: Qt.ImhHiddenText
echoMode: TextInput.Password
Layout.minimumWidth: _valueWidth
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment