Skip to content

Commit 9b36d5f

Browse files
committed
Disable Focus On SideNavigator menu until the feature is actually implemented
1 parent 58b25b5 commit 9b36d5f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/electron/menu.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -140,12 +140,12 @@ export const template: MenuItemConstructorOptions[] = [
140140
label: 'Switch Workspace',
141141
submenu: [],
142142
},
143-
{
144-
type: 'normal',
145-
label: 'Focus On Side Navigator',
146-
click: createEmitIpcMenuItemHandler('focus-side-navigator'),
147-
accelerator: mac ? 'Cmd + 0' : 'Ctrl + 0',
148-
},
143+
// {
144+
// type: 'normal',
145+
// label: 'Focus On Side Navigator',
146+
// click: createEmitIpcMenuItemHandler('focus-side-navigator'),
147+
// accelerator: mac ? 'Cmd + 0' : 'Ctrl + 0',
148+
// },
149149
{
150150
type: 'normal',
151151
label: 'Toggle Side Navigator',

0 commit comments

Comments
 (0)