remove open devtools

This commit is contained in:
tdgao
2026-07-23 21:20:30 -07:00
parent e650033573
commit ffc016cf18
2 changed files with 1 additions and 2 deletions
@@ -106,6 +106,7 @@ class AdsConsentController {
} else if (this.state.phase === 'submitting-consent' && preSubmissionPhase) { } else if (this.state.phase === 'submitting-consent' && preSubmissionPhase) {
this.state.setState(preSubmissionPhase) this.state.setState(preSubmissionPhase)
this.preSubmissionPhase = null this.preSubmissionPhase = null
this.showNativeCmpFallback()
} }
}, SUBMISSION_TIMEOUT) }, SUBMISSION_TIMEOUT)
} }
-2
View File
@@ -595,8 +595,6 @@ pub async fn init_ads_window<R: Runtime>(
} }
})?; })?;
webview.open_devtools();
Some(webview) Some(webview)
} else { } else {
None None