aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/index.js b/src/index.js
index 6f45d95b8..e7fa7da6d 100644
--- a/src/index.js
+++ b/src/index.js
@@ -90,6 +90,7 @@ const createWindow = async () => {
90 90
91 if (settings.get('minimizeToSystemTray')) { 91 if (settings.get('minimizeToSystemTray')) {
92 mainWindow.setSkipTaskbar(true); 92 mainWindow.setSkipTaskbar(true);
93 trayIcon.show();
93 } 94 }
94 }); 95 });
95 96