From 5550260cbcaa85236573eef31dca488b6fd1d94e Mon Sep 17 00:00:00 2001 From: Gus Grubba Date: Mon, 11 Jun 2018 11:31:12 -0400 Subject: [PATCH] Hide the Airmap password (text edit field) --- src/Airmap/AirmapSettings.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Airmap/AirmapSettings.qml b/src/Airmap/AirmapSettings.qml index 36a7b4e51..1042a96f2 100644 --- a/src/Airmap/AirmapSettings.qml +++ b/src/Airmap/AirmapSettings.qml @@ -136,6 +136,7 @@ QGCView { width: _editFieldWidth enabled: _airMapEnabled visible: _passwordFact.visible + echoMode: TextInput.Password property Fact _passwordFact: QGroundControl.settingsManager.airMapSettings.password } Item { -- 2.22.0