mirror of
https://github.com/modrinth/code.git
synced 2026-08-31 03:55:59 +00:00
remove incognito
This commit is contained in:
@@ -483,7 +483,6 @@ pub async fn init_ads_window<R: Runtime>(
|
|||||||
|
|
||||||
let webview = window.add_child(
|
let webview = window.add_child(
|
||||||
tauri::webview::WebviewBuilder::new("ads-window", webview_url)
|
tauri::webview::WebviewBuilder::new("ads-window", webview_url)
|
||||||
.incognito(true) // REMOVE WHEN DONE!!
|
|
||||||
.initialization_script_for_all_frames(include_str!(
|
.initialization_script_for_all_frames(include_str!(
|
||||||
"ads-init.js"
|
"ads-init.js"
|
||||||
))
|
))
|
||||||
|
|||||||
Reference in New Issue
Block a user