summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
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 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_;