Skip to content

Commit

Permalink
Add Ctrl+Q shortcut in the Linux environment
Browse files Browse the repository at this point in the history
  • Loading branch information
kastorcode authored and Paxa committed Nov 14, 2021
1 parent d65306b commit 3f552c4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/top_menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,10 @@ if (process.platform == 'linux') {
},
{
label: "Quit",
click: () => { remote.app.quit(); }
click: () => {
remote.app.quit();
},
accelerator: 'CmdOrCtrl+Q'
},
);
}
Expand Down

0 comments on commit 3f552c4

Please sign in to comment.