Skip to content

Commit

Permalink
rename to Literal match
Browse files Browse the repository at this point in the history
  • Loading branch information
griccardos committed Oct 16, 2023
1 parent 9ae1d88 commit 0a03147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion druid/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ fn settings_panel() -> impl Widget<AppState> {
.with_child(Label::new("Content Settings").align_left().padding(10.))
.with_child(Checkbox::new("Case sensitive").lens(AppState::content_case_sensitive).align_left())
.with_child(Checkbox::new("Extended file types").lens(AppState::content_extended).align_left())
.with_child(Checkbox::new("Text match (non regex)").lens(AppState::content_nonregex).align_left())
.with_child(Checkbox::new("Literal match (non regex)").lens(AppState::content_nonregex).align_left())
.padding(10.),
Flex::column(),
)
Expand Down

0 comments on commit 0a03147

Please sign in to comment.