diff options
| author | Andrej Mihajlov <and@codeispoetry.ru> | 2017-03-17 16:53:48 +0000 |
|---|---|---|
| committer | Andrej Mihajlov <and@codeispoetry.ru> | 2017-03-17 16:53:48 +0000 |
| commit | 8931eedcdfaf02c30769c76db96c273cff666448 (patch) | |
| tree | 67d9329ba644a16314051f50fe7d6bb7a65f6f22 | |
| parent | 72f80e44dbd85282f24ec9e181bfe26b682eb40c (diff) | |
| download | mullvadvpn-8931eedcdfaf02c30769c76db96c273cff666448.tar.xz mullvadvpn-8931eedcdfaf02c30769c76db96c273cff666448.zip | |
Remove dead code
| -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'); |
