fix: devtools opening on ads init (#6800)

This commit is contained in:
Prospector
2026-07-21 12:36:37 -07:00
committed by GitHub
parent d322a2b0c8
commit 528a9b76bc
-2
View File
@@ -582,8 +582,6 @@ pub async fn init_ads_window<R: Runtime>(
}
})?;
webview.open_devtools();
Some(webview)
} else {
None