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',
|
||||
minimizeToTray: process.platform !== 'linux',
|
||||
notifications: {
|
||||
flashWindow: 2,
|
||||
flashWindow: process.platform === 'linux' ? 0 : 2,
|
||||
bounceIcon: true,
|
||||
bounceIconType: 'informational',
|
||||
},
|
||||
|
Reference in New Issue
Block a user