Update ThemeRepo.plugin.js
This commit is contained in:
parent
6959a36cd0
commit
d4929d469a
|
@ -560,7 +560,7 @@ var ThemeRepo = (_ => {
|
|||
children: "Download",
|
||||
onClick: _ => {
|
||||
BDFDB.LibraryRequires.request("https://mwittrien.github.io/BetterDiscordAddons/Plugins/ThemeRepo/res/ThemeFixer.css", (error, response, body) => {
|
||||
this.createThemeFile("ThemeFixer.theme.css", `//META{"name":"ThemeFixer","description":"ThemeFixerCSS for transparent themes","author":"DevilBro","version":"1.0.3"}*//\n\n` + this.createFixerCSS(body));
|
||||
this.createThemeFile("ThemeFixer.theme.css", `//META{"name":"ThemeFixer","description":"ThemeFixerCSS for transparent themes","author":"DevilBro","version":"1.0.3","authorId":"278543574059057154","invite":"Jx3TjNS","donate":"https://www.paypal.me/MircoWittrien","patreon":"https://www.patreon.com/MircoWittrien"}*//\n\n` + this.createFixerCSS(body));
|
||||
});
|
||||
}
|
||||
}),
|
||||
|
|
Loading…
Reference in New Issue