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 3b83d88 commit 684a1b4Copy full SHA for 684a1b4
Tiefsee/WebWindow.cs
@@ -292,7 +292,7 @@ public class AppInfo {
292
/// 取得 CoreWebView2Environment
293
/// </summary>
294
public static async Task<CoreWebView2Environment> GetCoreWebView2Environment() {
295
- if (_webView2Environment != null) {
+ if (_webView2Environment == null) {
296
// --disable-web-security 允許跨域請求
297
// --disable-features=msWebOOUI,msPdfOOUI 禁止迷你選單
298
// --user-agent 覆寫userAgent
0 commit comments