Skip to content

Commit

Permalink
Add shortcut for quitting
Browse files Browse the repository at this point in the history
  • Loading branch information
mjacobus committed Sep 22, 2023
1 parent 87dc9bf commit 9e3a667
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ApplicationMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class ApplicationMenu {
},
{
label: "Quit",
accelerator: process.platform === "darwin" ? `Cmd+Q` : `Ctrl+Q`,
click: () => {
driver.isQuitting = true;
driver.quit();
Expand Down

0 comments on commit 9e3a667

Please sign in to comment.