summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-05-22 18:03:37 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-05-22 18:03:37 +0300
commit0237fec90c143df58becf3d411d29c5ee6878dd8 (patch)
treeb0b1030612f48a3dd0cb1415d25859cc3571e004 /include
parentIncrease tray icon's bubble size (diff)
downloadnheko-0237fec90c143df58becf3d411d29c5ee6878dd8.tar.xz
Don't show the landing page when there is an active user
Diffstat (limited to 'include')
-rw-r--r--include/MainWindow.h2
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_;