diff options
author | Ruben Pollan <meskio@sindominio.net> | 2020-08-06 13:01:22 +0200 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2020-08-20 20:27:44 +0200 |
commit | 60a35bdde41e8648594dc6a501a11000081ff878 (patch) | |
tree | 20336cb66893e265c9125f66dc3e942ff8e1c467 /gui/qml/LoginDialog.qml | |
parent | 249a8844b1aaf2cd2bf6fddc8da10a4defb656d2 (diff) |
[pkg] add float-deployed demo libpvn for tests
Diffstat (limited to 'gui/qml/LoginDialog.qml')
-rw-r--r-- | gui/qml/LoginDialog.qml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gui/qml/LoginDialog.qml b/gui/qml/LoginDialog.qml index 0c0f18e..1724769 100644 --- a/gui/qml/LoginDialog.qml +++ b/gui/qml/LoginDialog.qml @@ -22,7 +22,6 @@ Dialog { } visible: false - //visible: ctx.showLogin == true - //onAccepted: backend.login(username.text, password.text) - onRejected: backend.quit() // TODO: it doesn't close + onAccepted: backend.login(username.text, password.text) + onRejected: backend.quit() } |