diff options
Diffstat (limited to 'gui/qml/main.qml')
-rw-r--r-- | gui/qml/main.qml | 2 |
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 ) { |