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, }