diff --git a/src/js/pageAction.js b/src/js/pageAction.js index bc0ba3c..8aa51e4 100644 --- a/src/js/pageAction.js +++ b/src/js/pageAction.js @@ -32,6 +32,9 @@ async function init() { list.appendChild(fragment); MozillaVPN.handleContainerList(identities); + + // Set the theme + Utils.applyTheme(); } init();