We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58b25b5 commit 9b36d5fCopy full SHA for 9b36d5f
src/electron/menu.ts
@@ -140,12 +140,12 @@ export const template: MenuItemConstructorOptions[] = [
140
label: 'Switch Workspace',
141
submenu: [],
142
},
143
- {
144
- type: 'normal',
145
- label: 'Focus On Side Navigator',
146
- click: createEmitIpcMenuItemHandler('focus-side-navigator'),
147
- accelerator: mac ? 'Cmd + 0' : 'Ctrl + 0',
148
- },
+ // {
+ // type: 'normal',
+ // label: 'Focus On Side Navigator',
+ // click: createEmitIpcMenuItemHandler('focus-side-navigator'),
+ // accelerator: mac ? 'Cmd + 0' : 'Ctrl + 0',
+ // },
149
{
150
type: 'normal',
151
label: 'Toggle Side Navigator',
0 commit comments