mirror of https://github.com/gorhill/uBlock.git
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;
|
const body = document.body;
|
||||||
body.classList.toggle('advancedUser', popupData.advancedUserEnabled === true);
|
body.classList.toggle('advancedUser', popupData.advancedUserEnabled === true);
|
||||||
body.classList.toggle('off', popupData.pageURL === '' || isFiltering !== true);
|
body.classList.toggle('off', popupData.pageURL === '' || isFiltering !== true);
|
||||||
|
body.classList.toggle('needSave', popupData.matrixIsDirty === true);
|
||||||
|
|
||||||
// The hostname information below the power switch
|
// The hostname information below the power switch
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue