mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-06 18:46:49 +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(|| {
|
let include_ignored = is_semantic_disabled.then(|| {
|
||||||
render_option_button_icon(
|
render_option_button_icon(
|
||||||
// TODO proper icon
|
"icons/file_icons/git.svg",
|
||||||
"icons/case_insensitive.svg",
|
|
||||||
SearchOptions::INCLUDE_IGNORED,
|
SearchOptions::INCLUDE_IGNORED,
|
||||||
cx,
|
cx,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue