Minor
This commit is contained in:
parent
892907e125
commit
09d8823e35
|
@ -307,7 +307,7 @@
|
|||
}
|
||||
);
|
||||
|
||||
const remoteMain = remote.require("@electron/remote/main");
|
||||
const remoteMain = require("@electron/remote/main");
|
||||
remoteMain.enable(view.webContents);
|
||||
|
||||
// tab devtools
|
||||
|
|
Loading…
Reference in New Issue