diff --git a/src/Microhard/MicrohardSettings.qml b/src/Microhard/MicrohardSettings.qml index 6874a0e..0e5741e 100644 --- a/src/Microhard/MicrohardSettings.qml +++ b/src/Microhard/MicrohardSettings.qml @@ -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 } }