BPower0036 2022-05-05 13:00:45 +00:00 committed by GitHub
parent 6c311683d9
commit ea9c410c31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,6 +65,9 @@ const Logic = {
method: "MozillaVPN_attemptPort" method: "MozillaVPN_attemptPort"
}), }),
// Set the theme
Utils.applyTheme();
// Remove browserAction "upgraded" badge when opening panel // Remove browserAction "upgraded" badge when opening panel
this.clearBrowserActionBadge(); this.clearBrowserActionBadge();
@ -1572,7 +1575,7 @@ Logic.registerPanel(P_CONTAINER_EDIT, {
} else { } else {
MozillaVPN.handleMozillaCtaClick("mac-edit-container-panel-btn"); MozillaVPN.handleMozillaCtaClick("mac-edit-container-panel-btn");
} }
}); });
this.switch.addEventListener("click", async() => { this.switch.addEventListener("click", async() => {