1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-05 00:57:12 +02:00

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

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