1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 07:22:28 +02: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:
Raymond Hill 2020-05-01 07:51:45 -04:00
parent 49dea50286
commit 206d217e14
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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
{