stuff
This commit is contained in:
parent
2e1ab81891
commit
424b533086
|
@ -4276,7 +4276,8 @@
|
|||
nodeIntegrationInWorker: true
|
||||
}
|
||||
}, options));
|
||||
browserWindow.removeMenu();
|
||||
if (typeof browserWindow.removeMenu == "function") browserWindow.removeMenu();
|
||||
else browserWindow.setMenu(null);
|
||||
browserWindow.loadURL(url);
|
||||
plugin.browserWindows.push(browserWindow);
|
||||
return browserWindow;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue