Skip to content

Commit

Permalink
add a cmd+w shortcut for closing the window
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymousaga authored Oct 2, 2024
1 parent a1cdd5b commit 20c02fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/menu/appMenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ export const appMenuTemplate: MenuItemConstructorOptions = {
separator,
settingsMenu,
separator,
{
role: 'close',
},
{
label: "Hide Android Messages Desktop",
accelerator: "Command+H",
Expand Down

0 comments on commit 20c02fc

Please sign in to comment.