mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
docs(core): fix link to webview2 controller, closes #4576
This commit is contained in:
@@ -655,7 +655,7 @@ impl Window<crate::Wry> {
|
||||
///
|
||||
/// #[cfg(windows)]
|
||||
/// unsafe {
|
||||
/// // see https://docs.rs/webview2-com/latest/webview2_com/Microsoft/Web/WebView2/Win32/struct.ICoreWebView2Controller.html
|
||||
/// // see https://docs.rs/webview2-com/0.17.0/webview2_com/Microsoft/Web/WebView2/Win32/struct.ICoreWebView2Controller.html
|
||||
/// webview.controller().SetZoomFactor(4.).unwrap();
|
||||
/// }
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user