perf: throttle theme update check to daily and remove redundant cloud poll on page load

This commit is contained in:
SethBurkart123
2026-04-20 15:39:37 +10:00
parent 3702443ece
commit 01eeb18638
2 changed files with 8 additions and 4 deletions
-4
View File
@@ -59,10 +59,6 @@ async function init() {
IsSEQTAPage = true;
console.info("[BetterSEQTA+] Verified SEQTA Page");
if (typeof window !== "undefined" && window === window.top) {
void browser.runtime.sendMessage({ type: "cloudSettingsPoll" }).catch(() => {});
}
registerFetchSeqtaAppLinkListener();
const documentLoadStyle = document.createElement("style");