Skip to content

Commit

Permalink
fix: add command hide
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebb955 committed Jan 21, 2025
1 parent abfc292 commit 8bcde74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/firecamp-electron/src/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ const prepareAppMenus = (win: any, appUpdater: AppUpdater) => {
{
type: 'separator',
},
{ role: 'hide', label: 'Hide Firecamp', accelerator: 'Cmd+H' }, // Hide the app
{
label: `Version ${app.getVersion()}`,
enabled: false,
Expand Down

0 comments on commit 8bcde74

Please sign in to comment.