Fix Merge
Some checks are pending
Release / Build Equicord (push) Waiting to run
Test / Test (push) Waiting to run

This commit is contained in:
thororen1234 2025-04-04 13:01:35 -04:00
parent cf9fcf2cc5
commit 6976c54f19
No known key found for this signature in database

View file

@ -80,8 +80,6 @@ async function initThemes() {
if (!themeData) continue;
const blob = new Blob([themeData], { type: "text/css" });
links.push(URL.createObjectURL(blob));
} catch (e) {
console.warn(`Failed to fetch theme from ${url}`, e);
}
} else {
const localThemes = enabledThemes.map(theme => `vencord:///themes/${theme}?v=${Date.now()}`);