From a3087b947b801e89358eae67bfc4470b3c2275ce Mon Sep 17 00:00:00 2001 From: Jens Mertelmeyer Date: Sun, 15 May 2022 07:36:12 +0200 Subject: [PATCH] Request: Enable builder method for other platforms --- src/webview/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/webview/mod.rs b/src/webview/mod.rs index ec4ddab57..ce24d3e2f 100644 --- a/src/webview/mod.rs +++ b/src/webview/mod.rs @@ -345,7 +345,6 @@ impl<'a> WebViewBuilder<'a> { /// ## Platform-specific /// /// **macOS / Linux / Android / iOS**: Unsupported - #[cfg(target_os = "windows")] pub fn with_hotkeys_zoom(mut self, zoom: bool) -> Self { self.webview.zoom_hotkeys_enabled = zoom; self