Skip to content

Commit

Permalink
Display system tray icon when minimizing to system tray
Browse files Browse the repository at this point in the history
  • Loading branch information
adlk committed Oct 19, 2017
1 parent ef503a1 commit 9825e2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Expand Up @@ -90,6 +90,7 @@ const createWindow = async () => {

if (settings.get('minimizeToSystemTray')) {
mainWindow.setSkipTaskbar(true);
trayIcon.show();
}
});

Expand Down

0 comments on commit 9825e2a

Please sign in to comment.