[MM-30713] Stop Linux and Windows app from minimizing/hiding without user warning (#1988)

* [MM-30713] Stop Linux app from minimizing/hiding without user warning

* Added same behaviour for Windows

* Update messages

* Change wording

* Fix for accidentally disabled setting
This commit is contained in:
Devin Binnie
2022-03-01 12:35:27 -05:00
committed by GitHub
parent 062ca92f31
commit fc13f877f2
7 changed files with 140 additions and 13 deletions

View File

@@ -21,7 +21,7 @@ const defaultPreferences: ConfigV3 = {
teams: [],
showTrayIcon: true,
trayIconTheme: 'use_system',
minimizeToTray: true,
minimizeToTray: process.platform !== 'linux',
notifications: {
flashWindow: 2,
bounceIcon: true,