summaryrefslogtreecommitdiff
path: root/gui/qml/LoginDialog.qml
diff options
context:
space:
mode:
Diffstat (limited to 'gui/qml/LoginDialog.qml')
-rw-r--r--gui/qml/LoginDialog.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/qml/LoginDialog.qml b/gui/qml/LoginDialog.qml
index 1724769..897081b 100644
--- a/gui/qml/LoginDialog.qml
+++ b/gui/qml/LoginDialog.qml
@@ -18,6 +18,7 @@ Dialog {
id: password
placeholderText: qsTr("password")
echoMode: TextInput.PasswordEchoOnEdit
+ visible: !allowEmptyPass
}
}