do not draw attention for linux env

pull/1377/head
Audric Ackermann 5 years ago
parent b050a3740d
commit 3f4be17393
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -987,7 +987,7 @@ ipc.on('draw-attention', () => {
if (!mainWindow) {
return;
}
if (process.platform === 'win32' || process.platform === 'linux') {
if (process.platform === 'win32') {
mainWindow.flashFrame(true);
}
});

Loading…
Cancel
Save