mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-10 23:23:04 -04:00
Fix Merge
This commit is contained in:
parent
cf9fcf2cc5
commit
6976c54f19
1 changed files with 0 additions and 2 deletions
|
@ -80,8 +80,6 @@ async function initThemes() {
|
||||||
if (!themeData) continue;
|
if (!themeData) continue;
|
||||||
const blob = new Blob([themeData], { type: "text/css" });
|
const blob = new Blob([themeData], { type: "text/css" });
|
||||||
links.push(URL.createObjectURL(blob));
|
links.push(URL.createObjectURL(blob));
|
||||||
} catch (e) {
|
|
||||||
console.warn(`Failed to fetch theme from ${url}`, e);
|
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
const localThemes = enabledThemes.map(theme => `vencord:///themes/${theme}?v=${Date.now()}`);
|
const localThemes = enabledThemes.map(theme => `vencord:///themes/${theme}?v=${Date.now()}`);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue