Skip to content

Commit 1ff31e0

Browse files
committed
Expand "uBlock filters" by default
1 parent 9c56e9a commit 1ff31e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/3p-filters.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ dom.on('.searchbar input', 'input', searchFilterLists);
675675

676676
/******************************************************************************/
677677

678-
const expandedListSet = new Set();
678+
const expandedListSet = new Set([ 'uBlock filters' ]);
679679

680680
const listIsExpanded = which => {
681681
return expandedListSet.has(which);

0 commit comments

Comments
 (0)