diff --git a/src/js/popup.js b/src/js/popup.js index c5d7e2f..d55ca22 100644 --- a/src/js/popup.js +++ b/src/js/popup.js @@ -1428,12 +1428,12 @@ Logic.registerPanel(P_CONTAINER_EDIT, { iconInput.checked = iconInput.value === identity.icon; }); + // Query if user has proxy permissions. + // If so, we want to show the custom proxy settings options for the container: const hasProxyPermission = await browser.runtime.sendMessage({ method: "proxyPermissionCheck", }); - console.log("hasProxyPermission: ", hasProxyPermission); - if (hasProxyPermission) { document.querySelector(".proxy-container-settings").classList.remove("is-hidden"); }