Skip to content

Commit

Permalink
Request: Enable builder method for other platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
JensMertelmeyer committed May 15, 2022
1 parent e0049c3 commit a3087b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/webview/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a3087b9

Please sign in to comment.