add urgency hints for linux platform (#1820)

pull/749/head
johannes karoff 8 years ago committed by Scott Nonnenberg
parent 2199a86f10
commit 89297af5d2

@ -383,6 +383,8 @@ ipc.on('draw-attention', function(event, count) {
setTimeout(function() {
mainWindow.flashFrame(false);
}, 1000);
} else if (process.platform == 'linux') {
mainWindow.flashFrame(true);
}
});

Loading…
Cancel
Save