MacOS menubar

This commit is contained in:
kyw504100 2022-02-20 02:55:22 +08:00
parent fe16fe4098
commit 2546750ed6
No known key found for this signature in database
GPG key ID: 9116E2159A0521FD

View file

@ -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`)
}
] ]
}, },