From 206d217e147d5d53a5fa1394f4330e28f998286c Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Fri, 1 May 2020 07:51:45 -0400 Subject: [PATCH] Fix persist/revert tools not being shown after changes Related feedback: - https://github.com/uBlockOrigin/uBlock-issues/issues/733#issuecomment-621933750 --- src/js/popup-fenix.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/js/popup-fenix.js b/src/js/popup-fenix.js index 55774be0c..b508ddd79 100644 --- a/src/js/popup-fenix.js +++ b/src/js/popup-fenix.js @@ -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 {