Skip to content
This repository has been archived by the owner on Nov 12, 2018. It is now read-only.

Commit

Permalink
Fix linux tray icon size. Fix #160.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhongyi Tong committed May 19, 2016
1 parent d3c1fc9 commit 9608330
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added assets/status_bar_linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/windows/controllers/app_tray.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class AppTray {

let image;
if (process.platform == "linux") {
image = nativeImage.createFromPath(path.join(__dirname, '../../../assets/icon.png'));
image = nativeImage.createFromPath(path.join(__dirname, '../../../assets/status_bar_linux.png'));
} else {
image = nativeImage.createFromPath(path.join(__dirname, '../../../assets/status_bar.png'));
}
Expand Down

0 comments on commit 9608330

Please sign in to comment.