wait i thought i fixed this?

This commit is contained in:
yazninja 2022-04-22 15:52:36 +08:00
parent b9db26a846
commit 3143a3cd14

View file

@ -121,7 +121,7 @@ export default class Thumbar {
}, },
{ {
label: 'Plug-in Menu', label: 'Plug-in Menu',
accelerator: 'CommandOrControl++Shift+P', accelerator: 'CommandOrControl+Shift+P',
click: () => this._win.webContents.executeJavaScript(`app.modals.pluginMenu = true`) click: () => this._win.webContents.executeJavaScript(`app.modals.pluginMenu = true`)
} }