Don't show the landing page when there is an active user

This commit is contained in:
Konstantinos Sideris 2017-05-22 18:03:37 +03:00
parent 9772f52876
commit 0237fec90c
2 changed files with 31 additions and 16 deletions

View file

@ -60,6 +60,8 @@ private slots:
void removeOverlayProgressBar();
private:
bool hasActiveUser();
// The initial welcome screen.
WelcomePage *welcome_page_;