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

Partially revert 3ff456a

Related feedback:
3ff456a63d (commitcomment-132105051)
This commit is contained in:
Raymond Hill 2023-11-09 07:01:22 -05:00
parent 1809b2d1ad
commit 9204fdf92c
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -292,7 +292,7 @@ const renderWidgets = ( ) => {
dom.cl.toggle('#buttonUpdate', 'active', updating);
dom.cl.toggle('#buttonUpdate', 'disabled',
updating === false &&
qs$('#lists .listEntry.checked.obsolete.cached:not(.toRemove)') === null
qs$('#lists .listEntry.checked.obsolete:not(.toRemove)') === null
);
dom.cl.toggle('#buttonPurgeAll', 'disabled',
updating || qs$('#lists .listEntry.cached:not(.obsolete)') === null