diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-05-22 18:03:37 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-05-22 18:03:37 +0300 |
commit | 0237fec90c143df58becf3d411d29c5ee6878dd8 (patch) | |
tree | b0b1030612f48a3dd0cb1415d25859cc3571e004 /include/MainWindow.h | |
parent | Increase tray icon's bubble size (diff) | |
download | nheko-0237fec90c143df58becf3d411d29c5ee6878dd8.tar.xz |
Don't show the landing page when there is an active user
Diffstat (limited to 'include/MainWindow.h')
-rw-r--r-- | include/MainWindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/MainWindow.h b/include/MainWindow.h index a58cc668..536cea13 100644 --- a/include/MainWindow.h +++ b/include/MainWindow.h @@ -60,6 +60,8 @@ private slots: void removeOverlayProgressBar(); private: + bool hasActiveUser(); + // The initial welcome screen. WelcomePage *welcome_page_; |