Persist flashing of taskbar on Windows until window is focused

Fixes #1679.
pull/1/head
Daniel Gasienica 7 years ago
parent 5a4773fee7
commit 4e01ca5135

@ -514,9 +514,6 @@ ipc.on('draw-attention', () => {
app.dock.bounce();
} else if (process.platform === 'win32') {
mainWindow.flashFrame(true);
setTimeout(() => {
mainWindow.flashFrame(false);
}, 1000);
} else if (process.platform === 'linux') {
mainWindow.flashFrame(true);
}

Loading…
Cancel
Save