diff options
| author | Jonathan Feenstra <26406078+JonathanFeenstra@users.noreply.github.com> | 2026-01-03 15:48:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-03 15:48:06 +0100 |
| commit | e5ac1cc82d832f0515364fdb3f02f03bdea8870e (patch) | |
| tree | 16c7499b254b75380fc9248be6a749cddf15dd04 /src/mainwindow.h | |
| parent | d5bd9603c6ce4117cf98508616c72b702a760440 (diff) | |
Add executable setting to minimize MO2 to the system tray while running (#2313)
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 45a7ab2a..d3e1d480 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -34,6 +34,7 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. #include "modlistsortproxy.h" #include "plugincontainer.h" #include "shared/fileregisterfwd.h" +#include "systemtraymanager.h" class Executable; class CategoryFactory; @@ -310,6 +311,8 @@ private: QAction* m_LinkDesktop; QAction* m_LinkStartMenu; + SystemTrayManager* m_SystemTrayManager; + // icon set by the stylesheet, used to remember its original appearance // when painting the count QIcon m_originalNotificationIcon; |
