You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// remove "mini menu" - See https://github.com/tauri-apps/wry/issues/535
// and "smart screen" - See https://github.com/tauri-apps/tauri/issues/1345
"--disable-features=msWebOOUI,msPdfOOUI,msSmartScreenProtection".to_string()
The text was updated successfully, but these errors were encountered:
Summary
see this https://github.com/tauri-apps/wry/blob/45f2b2127e73718b71f349eae1847d1764c748f5/src/webview/webview2/mod.rs#L128 for flags we need to set
more specifically
The text was updated successfully, but these errors were encountered: