From dfa1b64caeea35e3fc812b9ab31982d8e71ab008 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Fri, 19 Feb 2021 12:32:07 -0500 Subject: [PATCH] Fix regression when reverting temporary rules in popup panel Refression from: - https://github.com/gorhill/uBlock/commit/435c91636fdbfe90742b3f7c68df07283b63a37d --- 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 aac1d074e..7b0383f4c 100644 --- a/src/js/popup-fenix.js +++ b/src/js/popup-fenix.js @@ -1163,6 +1163,7 @@ const revertFirewallRules = async function() { }); cachePopupData(response); updateAllFirewallCells(true, false); + updateHnSwitches(); hashFromPopupData(); };