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…
Add table
Add a link
Reference in a new issue