Skip to content

Commit

Permalink
Adjust tray icons
Browse files Browse the repository at this point in the history
  • Loading branch information
ruettenm committed Nov 9, 2018
1 parent 7aa36a8 commit f9cfcd9
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file modified src/main/assets/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/assets/[email protected]
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/main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let tray: Tray

const contextMenu = Menu.buildFromTemplate([
{
label: 'Open',
label: 'Explorer',
click: () => {
if (mainWindow) {
mainWindow.show()
Expand Down

0 comments on commit f9cfcd9

Please sign in to comment.