Skip to content

Commit

Permalink
feat: don't show the launcher when clicking it in the tray (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuruk-mm authored Mar 1, 2022
1 parent ce355f9 commit bf614dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion electron/window.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ export const hideWindowInTray = (win: BrowserWindow) => {

main.tray.setToolTip('Decentraland Launcher')
main.tray.setContextMenu(main.contextMenu)
main.tray.on('click', (event) => showWindowAndHideTray(win))
main.tray.on('right-click', (event) => main.tray?.popUpContextMenu(main.contextMenu))
} catch (e) {
throw e
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "explorer-desktop-launcher",
"version": "0.1.30",
"version": "0.1.31",
"author": "decentraland",
"description": "Decentraland Desktop Launcher",
"homepage": ".",
Expand Down

0 comments on commit bf614dd

Please sign in to comment.