mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
[mv3] Support disabling all lists
Related discussion: https://github.com/uBlockOrigin/uBlock-discussions/discussions/943
This commit is contained in:
parent
5e64ace64d
commit
6c84ae7aba
1 changed files with 0 additions and 2 deletions
|
|
@ -403,8 +403,6 @@ const applyEnabledRulesets = (( ) => {
|
|||
|
||||
dom.cl.remove('#lists .listEntry.toggled', 'toggled');
|
||||
|
||||
if ( enabledRulesets.length === 0 ) { return; }
|
||||
|
||||
await sendMessage({
|
||||
what: 'applyRulesets',
|
||||
enabledRulesets,
|
||||
|
|
|
|||
Loading…
Reference in a new issue