parent
7366c85dd3
commit
11c6ada08f
1 changed files with 2 additions and 1 deletions
|
@ -1414,7 +1414,8 @@ impl Render for ProjectSearchBar {
|
||||||
.as_ref()
|
.as_ref()
|
||||||
.map(|search| search.read(cx).filters_enabled)
|
.map(|search| search.read(cx).filters_enabled)
|
||||||
.unwrap_or_default(),
|
.unwrap_or_default(),
|
||||||
),
|
)
|
||||||
|
.tooltip(|cx| Tooltip::for_action("Toggle filters", &ToggleFilters, cx)),
|
||||||
)
|
)
|
||||||
.child(
|
.child(
|
||||||
IconButton::new("project-search-toggle-replace", IconName::Replace)
|
IconButton::new("project-search-toggle-replace", IconName::Replace)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue