[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:
@@ -21,7 +21,7 @@ const defaultPreferences: ConfigV3 = {
|
||||
teams: [],
|
||||
showTrayIcon: true,
|
||||
trayIconTheme: 'use_system',
|
||||
minimizeToTray: true,
|
||||
minimizeToTray: process.platform !== 'linux',
|
||||
notifications: {
|
||||
flashWindow: 2,
|
||||
bounceIcon: true,
|
||||
|
Reference in New Issue
Block a user