Expand "uBlock filters" by default

This commit is contained in:
Raymond Hill 2023-05-24 20:12:28 -04:00
parent 9c56e9ab29
commit 1ff31e0ccd
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
1 changed files with 1 additions and 1 deletions

View File

@ -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);