Skip to content

Commit

Permalink
Fix missing tray context menu on Linux (#986)
Browse files Browse the repository at this point in the history
  • Loading branch information
whitecrownclown authored and sindresorhus committed Jul 12, 2019
1 parent 56aa0f8 commit f0bd1a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/tray.ts
Expand Up @@ -80,6 +80,8 @@ export default {

tray = new Tray(getIconPath(false));

tray.setContextMenu(contextMenu);

updateToolTip(0);

const trayClickHandler = (): void => {
Expand Down

0 comments on commit f0bd1a8

Please sign in to comment.