disable flashWindow on linux, it doesn't work and causes notifications without context #2262 (#2263)
This commit is contained in:
@@ -29,7 +29,7 @@ const defaultPreferences: ConfigV3 = {
|
|||||||
trayIconTheme: 'use_system',
|
trayIconTheme: 'use_system',
|
||||||
minimizeToTray: process.platform !== 'linux',
|
minimizeToTray: process.platform !== 'linux',
|
||||||
notifications: {
|
notifications: {
|
||||||
flashWindow: 2,
|
flashWindow: process.platform === 'linux' ? 0 : 2,
|
||||||
bounceIcon: true,
|
bounceIcon: true,
|
||||||
bounceIconType: 'informational',
|
bounceIconType: 'informational',
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user