From 4c75fd895fe8ab5bb237f68158c8a4776e4dface Mon Sep 17 00:00:00 2001 From: tdgao Date: Mon, 20 Jul 2026 21:32:24 -0700 Subject: [PATCH] remove incognito --- apps/app/src/api/ads.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/app/src/api/ads.rs b/apps/app/src/api/ads.rs index 3a62ffdd1a..25d654334b 100644 --- a/apps/app/src/api/ads.rs +++ b/apps/app/src/api/ads.rs @@ -483,7 +483,6 @@ pub async fn init_ads_window( let webview = window.add_child( tauri::webview::WebviewBuilder::new("ads-window", webview_url) - .incognito(true) // REMOVE WHEN DONE!! .initialization_script_for_all_frames(include_str!( "ads-init.js" ))