mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01:00
Fix persist/revert tools not being shown after changes
Related feedback: - https://github.com/uBlockOrigin/uBlock-issues/issues/733#issuecomment-621933750
This commit is contained in:
parent
49dea50286
commit
206d217e14
@ -428,6 +428,7 @@ const renderPopup = function() {
|
||||
const body = document.body;
|
||||
body.classList.toggle('advancedUser', popupData.advancedUserEnabled === true);
|
||||
body.classList.toggle('off', popupData.pageURL === '' || isFiltering !== true);
|
||||
body.classList.toggle('needSave', popupData.matrixIsDirty === true);
|
||||
|
||||
// The hostname information below the power switch
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user