summaryrefslogtreecommitdiff
path: root/gui/qml/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'gui/qml/main.qml')
-rw-r--r--gui/qml/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/qml/main.qml b/gui/qml/main.qml
index f22bdf3..fe69a3b 100644
--- a/gui/qml/main.qml
+++ b/gui/qml/main.qml
@@ -24,7 +24,7 @@ ApplicationWindow {
console.debug(jsonModel.getJson())
login.visible = true
}
- if (ctx.loginOk == 'true' && loginDone == false) {
+ if (ctx.loginOk == 'true') {
loginOk.visible = true
}
if (ctx.errors ) {