mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-29 21:49:33 +00:00
Use a git file icon for toggle gitignored search option
This commit is contained in:
parent
566857b0b7
commit
71e9bd8fa3
1 changed files with 1 additions and 2 deletions
|
@ -1770,8 +1770,7 @@ impl View for ProjectSearchBar {
|
|||
|
||||
let include_ignored = is_semantic_disabled.then(|| {
|
||||
render_option_button_icon(
|
||||
// TODO proper icon
|
||||
"icons/case_insensitive.svg",
|
||||
"icons/file_icons/git.svg",
|
||||
SearchOptions::INCLUDE_IGNORED,
|
||||
cx,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue