Skip to content

Commit

Permalink
feat: developer context menu
Browse files Browse the repository at this point in the history
  • Loading branch information
setchy committed Jul 22, 2024
1 parent e1aad01 commit fa34dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/electron/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const contextMenu = Menu.buildFromTemplate([
},
{ type: 'separator' },
{
label: 'Quit',
label: 'Quit Gitify',
accelerator: 'CommandOrControl+Q',
click: () => {
app.quit();
Expand Down

0 comments on commit fa34dc9

Please sign in to comment.