Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
fix(menu): also close alva when all windows are hidden
Browse files Browse the repository at this point in the history
fix #187
  • Loading branch information
Lasse Küchler authored and lkuechler committed Jan 13, 2018
1 parent f8676a7 commit ee8b5c4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/electron/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -338,9 +338,7 @@ export function createMenu(store: Store): void {
{
label: 'Quit',
accelerator: 'Command+Q',
click: () => {
app.quit();
}
role: 'quit'
}
]
});
Expand Down

0 comments on commit ee8b5c4

Please sign in to comment.