mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
🎨
This commit is contained in:
@@ -118,7 +118,6 @@ Menu.prototype._init = function () {
|
||||
executeCommand: (event, commandId) => {
|
||||
const command = this.commandsMap[commandId]
|
||||
if (command == null) return
|
||||
|
||||
command.click(event, BrowserWindow.getFocusedWindow(), webContents.getFocusedWebContents())
|
||||
},
|
||||
menuWillShow: () => {
|
||||
|
||||
Reference in New Issue
Block a user