Skip to content

Commit

Permalink
tray retina update
Browse files Browse the repository at this point in the history
  • Loading branch information
joernroeder committed Sep 3, 2014
1 parent c0cd20e commit c0384f9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/core/ui/UiDaemon.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/core/ui/UiDaemon.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/core/ui/UiDaemon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ class UiDaemon implements UiDaemonInterface {

constructor (gui, appQuitHandler:AppQuitHandlerInterface) {
this._tray = new gui.Tray({
icon : './images/icon-menubar.png',
alticon: './images/icon-menubar-active.png'
icon : './images/icon-menubar@2x.png',
alticon: './images/icon-menubar-active@2x.png'
});

this._menu = new gui.Menu();
Expand Down

0 comments on commit c0384f9

Please sign in to comment.