Skip to content

Commit

Permalink
Hide dock icon on OS X (part of #3)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClumsyLee committed Oct 16, 2015
1 parent 890a426 commit 0b0eabf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ var config = configure.load(); // Load config before anything else.
if (auto_update.init_updater())
return;

app.dock.hide() // Hide dock icon as soon as possible.

// Status.
var status = 'UNKNOWN';
var STATUS_STR = {
Expand Down

0 comments on commit 0b0eabf

Please sign in to comment.