MacOS menubar
This commit is contained in:
parent
fe16fe4098
commit
2546750ed6
1 changed files with 5 additions and 0 deletions
|
@ -106,6 +106,11 @@ export default class Thumbar {
|
||||||
accelerator: 'CommandOrControl+Shift+A',
|
accelerator: 'CommandOrControl+Shift+A',
|
||||||
click: () => this._win.webContents.executeJavaScript(`app.modals.audioSettings = true`)
|
click: () => this._win.webContents.executeJavaScript(`app.modals.audioSettings = true`)
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: 'Plug-in Menu',
|
||||||
|
accelerator: 'CommandOrControl+Shift+P',
|
||||||
|
click: () => this._win.webContents.executeJavaScript(`app.modals.pluginMenu = true`)
|
||||||
|
}
|
||||||
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue