We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85ecd10 commit 14e48d3Copy full SHA for 14e48d3
1.hello-world/9.read-video-electron/main.js
@@ -3,7 +3,10 @@ const { app, BrowserWindow } = require('electron');
3
function createWindow() {
4
const win = new BrowserWindow({
5
width: 800,
6
- height: 600
+ height: 600,
7
+ webPreferences: {
8
+ nativeWindowOpen: true
9
+ }
10
})
11
12
win.loadFile('index.html')
0 commit comments