diff options
| -rw-r--r-- | app/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/main.js b/app/main.js index 753ac685a9..2534cfa089 100644 --- a/app/main.js +++ b/app/main.js @@ -157,7 +157,7 @@ const showWindow = () => { const createTray = () => { tray = new Tray(nativeImage.createEmpty()); tray.on('click', toggleWindow); - tray.setHighlightMode('selection'); + tray.setHighlightMode('never'); trayIconManager = new TrayIconManager(tray); }; |
