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/editexecutablesdialog.ui | |
| parent | d5bd9603c6ce4117cf98508616c72b702a760440 (diff) | |
Add executable setting to minimize MO2 to the system tray while running (#2313)
Diffstat (limited to 'src/editexecutablesdialog.ui')
| -rw-r--r-- | src/editexecutablesdialog.ui | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/editexecutablesdialog.ui b/src/editexecutablesdialog.ui index d90fd8d4..005f3a19 100644 --- a/src/editexecutablesdialog.ui +++ b/src/editexecutablesdialog.ui @@ -438,6 +438,19 @@ Right now the only case I know of where this needs to be overwritten is for the </property>
</widget>
</item>
+ <item>
+ <widget class="QCheckBox" name="minimizeToSystemTray">
+ <property name="toolTip">
+ <string>Mod Organizer will minimize to the system tray while this executable is running. It will reappear after it finishes.</string>
+ </property>
+ <property name="whatsThis">
+ <string>Mod Organizer will minimize to the system tray while this executable is running. It will reappear after it finishes.</string>
+ </property>
+ <property name="text">
+ <string>Minimize to system tray while running</string>
+ </property>
+ </widget>
+ </item>
<item>
<widget class="QCheckBox" name="hide">
<property name="toolTip">
|
