Skip to content

Commit

Permalink
add urgency hints for linux platform (#1820)
Browse files Browse the repository at this point in the history
  • Loading branch information
cornerman authored and scottnonnenberg committed Nov 27, 2017
1 parent 2199a86 commit 89297af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.js
Expand Up @@ -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);
}
});

Expand Down

0 comments on commit 89297af

Please sign in to comment.