summary refs log tree commit diff
path: root/include/MainWindow.h
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-07-11 20:55:13 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-07-11 20:56:44 +0300
commit363e3735f13fb5d2f03078bfc7146dd0487bd6ce (patch)
treee10f63aacfbc9fa46b1d9bb408b0c2cc4a1b4e74 /include/MainWindow.h
parentWorking D-Bus desktop notifications (#361) (diff)
downloadnheko-363e3735f13fb5d2f03078bfc7146dd0487bd6ce.tar.xz
Allow close events from the session manager (#353)
Diffstat (limited to 'include/MainWindow.h')
-rw-r--r--include/MainWindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/MainWindow.h b/include/MainWindow.h

index 3840bd9a..92040191 100644 --- a/include/MainWindow.h +++ b/include/MainWindow.h
@@ -119,6 +119,8 @@ private: void restoreWindowSize(); //! Check if there is an open dialog. bool hasActiveDialogs() const; + //! Check if the current page supports the "minimize to tray" functionality. + bool pageSupportsTray() const; static MainWindow *instance_;