Skip to content

Commit

Permalink
Use template image to fit 10.10 Yosemite dark menu bar style
Browse files Browse the repository at this point in the history
  • Loading branch information
ashchan committed Sep 3, 2014
1 parent 1ffa574 commit 592baeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Classes/GNApplicationController.m
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ - (void)updateMenuBarCount:(NSNotification *)notification {
} else {
[_statusItem setToolTip:@""];
[_statusItem setImage:[NSImage imageNamed:@"app"]];
[self.statusItem.image setTemplate:YES];
}
}

Expand Down

0 comments on commit 592baeb

Please sign in to comment.