Commit ea3515ab authored by Matej Frančeškin's avatar Matej Frančeškin

Made Microhard password fields hidden

parent 63778dc4
......@@ -222,7 +222,7 @@ QGCView {
id: configPassword
text: QGroundControl.microhardManager.configPassword
enabled: true
inputMethodHints: Qt.ImhHiddenText
echoMode: TextInput.Password
Layout.minimumWidth: _valueWidth
}
QGCLabel {
......@@ -232,7 +232,7 @@ QGCView {
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