Skip to content

Commit

Permalink
packages/firecamp-electron/src/menu.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
arbitrarily committed Nov 1, 2024
1 parent abfc292 commit 0f71046
Show file tree
Hide file tree
Showing 2 changed files with 16,990 additions and 13,870 deletions.
11 changes: 11 additions & 0 deletions packages/firecamp-electron/src/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,17 @@ const prepareAppMenus = (win: any, appUpdater: AppUpdater) => {
{
type: 'separator',
},
{
role: 'hide',
label: 'Hide Firecamp',
accelerator: 'CmdOrCtrl+H',
click() {
app.hide();
},
},
{
type: 'separator',
},
{
label: 'Quit',
role: 'quit',
Expand Down
Loading

0 comments on commit 0f71046

Please sign in to comment.