From ea9c410c3131b79200fece1465b0c41f376aa447 Mon Sep 17 00:00:00 2001 From: BPower0036 <80090789+BPower0036@users.noreply.github.com> Date: Thu, 5 May 2022 13:00:45 +0000 Subject: [PATCH] https://github.com/mozilla/multi-account-containers/pull/1964/ --- src/js/popup.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/js/popup.js b/src/js/popup.js index 3af201e..f93b84c 100644 --- a/src/js/popup.js +++ b/src/js/popup.js @@ -65,6 +65,9 @@ const Logic = { method: "MozillaVPN_attemptPort" }), + // Set the theme + Utils.applyTheme(); + // Remove browserAction "upgraded" badge when opening panel this.clearBrowserActionBadge(); @@ -1572,7 +1575,7 @@ Logic.registerPanel(P_CONTAINER_EDIT, { } else { MozillaVPN.handleMozillaCtaClick("mac-edit-container-panel-btn"); } - + }); this.switch.addEventListener("click", async() => {