mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-30 14:17:02 +00:00
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…
Reference in a new issue