[mv3] Support disabling all lists

Related discussion:
https://github.com/uBlockOrigin/uBlock-discussions/discussions/943
This commit is contained in:
Raymond Hill 2025-04-27 08:22:04 -04:00
parent 5e64ace64d
commit 6c84ae7aba
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -403,8 +403,6 @@ const applyEnabledRulesets = (( ) => {
dom.cl.remove('#lists .listEntry.toggled', 'toggled');
if ( enabledRulesets.length === 0 ) { return; }
await sendMessage({
what: 'applyRulesets',
enabledRulesets,