diff options
-rw-r--r-- | src/loginform.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/loginform.cpp b/src/loginform.cpp index a52aa3d..8076b15 100644 --- a/src/loginform.cpp +++ b/src/loginform.cpp @@ -259,8 +259,8 @@ void LoginForm::onAuthenticationComplete() if (Global::greeter()->isAuthenticated()) { std::cerr << "Auth complete, start session" << std::endl; showMessage(tr("Starting session..."), false); + createSimpleBackground(); if (Global::startSession()) { - createSimpleBackground(); cancelLoginTimer.stop(); } else { showMessage(tr("Cannot open session"), true); |