Skip to content

Commit

Permalink
Merge pull request #158608 from microsoft/tyriar/156179-list-filter
Browse files Browse the repository at this point in the history
Change explorer filter icon to listFilter
  • Loading branch information
Tyriar committed Aug 19, 2022
2 parents 20c950a + c0dd656 commit 6523fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/base/browser/ui/tree/abstractTree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ export interface ICaseSensitiveToggleOpts {
export class ModeToggle extends Toggle {
constructor(opts?: ICaseSensitiveToggleOpts) {
super({
icon: Codicon.filter,
icon: Codicon.listFilter,
title: localize('filter', "Filter"),
isChecked: opts?.isChecked ?? false,
inputActiveOptionBorder: opts?.inputActiveOptionBorder,
Expand Down

0 comments on commit 6523fbe

Please sign in to comment.