🎨
This commit is contained in:
parent
e1459b7db7
commit
72cdba2b8e
2 changed files with 1 additions and 4 deletions
|
@ -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: () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue