Skip to content

Commit

Permalink
give quiet down an accelerator
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyshankman committed Nov 18, 2024
1 parent 148fc42 commit 7f53c9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ export default class MenuBuilder {
},
{
label: 'quiet down',
accelerator: 'Command+Down',
click: () => {
this.mainWindow.webContents.send('menu-quiet-mode');
},
Expand Down

0 comments on commit 7f53c9b

Please sign in to comment.