Skip to content

Commit

Permalink
Merge pull request #45 from Fr0stbyteR/master
Browse files Browse the repository at this point in the history
添加对 window.open 的支持
  • Loading branch information
Handle committed Mar 5, 2019
2 parents 6f84a52 + 2312a73 commit 6362f24
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 6362f24

Please sign in to comment.