mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-29 05:33:49 +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()
|
||||
.map(|search| search.read(cx).filters_enabled)
|
||||
.unwrap_or_default(),
|
||||
),
|
||||
)
|
||||
.tooltip(|cx| Tooltip::for_action("Toggle filters", &ToggleFilters, cx)),
|
||||
)
|
||||
.child(
|
||||
IconButton::new("project-search-toggle-replace", IconName::Replace)
|
||||
|
|
Loading…
Reference in a new issue