From e5ac1cc82d832f0515364fdb3f02f03bdea8870e Mon Sep 17 00:00:00 2001 From: Jonathan Feenstra <26406078+JonathanFeenstra@users.noreply.github.com> Date: Sat, 3 Jan 2026 15:48:06 +0100 Subject: Add executable setting to minimize MO2 to the system tray while running (#2313) --- src/mainwindow.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mainwindow.h') 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 . #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; -- cgit v1.3.1