Skip to content

Commit

Permalink
add support for window.open
Browse files Browse the repository at this point in the history
  • Loading branch information
Fr0stbyteR authored Mar 4, 2019
1 parent 6f84a52 commit 2312a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/main/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
</head>
<body>
<div id="mainWindowBox">
<webview id="mainWindow" src="./loading.html"></webview>
<webview id="mainWindow" src="./loading.html" webpreferences="nativeWindowOpen=yes" allowpopups></webview>
</div>
<div id="screenshotLabel" class="hide">
<img id="screenshotImage" src="#" alt="screenshot" />
Expand Down

0 comments on commit 2312a73

Please sign in to comment.