diff --git a/src/Microhard/MicrohardSettings.qml b/src/Microhard/MicrohardSettings.qml index a4bb1b8..42865f9 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 } }