mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-09 22:53:02 -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;
|
||||
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()}`);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue