diff options
| -rw-r--r-- | app/main.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/main.js b/app/main.js index 568d1b0599..776b933430 100644 --- a/app/main.js +++ b/app/main.js @@ -159,8 +159,6 @@ const showWindow = () => { const createTray = () => { tray = new Tray(nativeImage.createEmpty()); - // tray.on('right-click', toggleWindow); - // tray.on('double-click', toggleWindow); tray.on('click', toggleWindow); tray.setHighlightMode('selection'); |
