[MM-44023] Remove Settings window flash, change wording on Settings page (#2088)
This commit is contained in:
@@ -280,10 +280,6 @@ export class WindowManager {
|
||||
if (process.platform === 'linux' || process.platform === 'win32') {
|
||||
if (Config.notifications.flashWindow) {
|
||||
this.mainWindow?.flashFrame(flash);
|
||||
if (this.settingsWindow) {
|
||||
// main might be hidden behind the settings
|
||||
this.settingsWindow.flashFrame(flash);
|
||||
}
|
||||
}
|
||||
}
|
||||
if (process.platform === 'darwin' && Config.notifications.bounceIcon) {
|
||||
|
Reference in New Issue
Block a user