From 95712dbf17424452c46b63e0cd3d6304e7acb1e1 Mon Sep 17 00:00:00 2001 From: keiya sasaki <34934510+keiya01@users.noreply.github.com> Date: Mon, 23 May 2022 08:54:40 +0900 Subject: [PATCH] Update src/webview/mod.rs Co-authored-by: Amr Bashir --- src/webview/mod.rs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/webview/mod.rs b/src/webview/mod.rs index 4ffbc5697..d1d2a7c7c 100644 --- a/src/webview/mod.rs +++ b/src/webview/mod.rs @@ -551,7 +551,11 @@ pub struct FindInPageOption { pub case_sensitive: bool, /// Wrap around to the other side of the page. pub wraps: bool, - /// For Linux only, Maximum number of search strings to highlight. + /// Maximum number of search strings to highlight. + /// + /// ## Platform-specific: + /// + /// **Windows / macOS / Android / iOS**: Unsupported. pub max_match_count: u32, }