mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-09-21 22:45:20 +00:00
- Removed not existent parameter in method declaration of browserWindowGetExtensions in browserWindows.ts
This commit is contained in:
@@ -716,7 +716,7 @@ export = (socket: SocketIO.Socket, app: Electron.App) => {
|
||||
Electron.BrowserWindow.removeExtension(name);
|
||||
});
|
||||
|
||||
socket.on('browserWindowGetExtensions', (path) => {
|
||||
socket.on('browserWindowGetExtensions', () => {
|
||||
const extensionsList = Electron.BrowserWindow.getExtensions();
|
||||
|
||||
let chromeExtensionInfo = new Array();
|
||||
|
||||
Reference in New Issue
Block a user