Skip to content

Commit

Permalink
Update src/webview/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Amr Bashir <[email protected]>
  • Loading branch information
keiya01 and amrbashir committed May 23, 2022
1 parent 7b856a2 commit 95712db
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/webview/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}

Expand Down

0 comments on commit 95712db

Please sign in to comment.