Skip to content

Commit 8bcde74

Browse files
committed
fix: add command hide
1 parent abfc292 commit 8bcde74

File tree

1 file changed

+1
-0
lines changed
  • packages/firecamp-electron/src

1 file changed

+1
-0
lines changed

packages/firecamp-electron/src/menu.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ const prepareAppMenus = (win: any, appUpdater: AppUpdater) => {
118118
{
119119
type: 'separator',
120120
},
121+
{ role: 'hide', label: 'Hide Firecamp', accelerator: 'Cmd+H' }, // Hide the app
121122
{
122123
label: `Version ${app.getVersion()}`,
123124
enabled: false,

0 commit comments

Comments
 (0)