diff --git a/src/Microhard/MicrohardSettings.qml b/src/Microhard/MicrohardSettings.qml index a4bb1b8a5392879195f99a210b906fcbec831a05..42865f9c62ce0f5ac32738458e0aa01bb4850d71 100644 --- a/src/Microhard/MicrohardSettings.qml +++ b/src/Microhard/MicrohardSettings.qml @@ -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 } }