mirror of https://github.com/gorhill/uBlock.git
Expand "uBlock filters" by default
This commit is contained in:
parent
9c56e9ab29
commit
1ff31e0ccd
|
@ -675,7 +675,7 @@ dom.on('.searchbar input', 'input', searchFilterLists);
|
|||
|
||||
/******************************************************************************/
|
||||
|
||||
const expandedListSet = new Set();
|
||||
const expandedListSet = new Set([ 'uBlock filters' ]);
|
||||
|
||||
const listIsExpanded = which => {
|
||||
return expandedListSet.has(which);
|
||||
|
|
Loading…
Reference in New Issue