Skip to content

Commit

Permalink
fuck it, fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
RoootTheFox committed May 25, 2022
1 parent 4fde51f commit acd684e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ async function getEnabledThemes() {

async function addTheme(name, css, url) {
var theme = css;
if (theme.toString().contains("bd-")) {
/*if (theme.contains("bd-")) {
console.log("* Patching theme");
// TODO: check what betterdiscord specific things exist
// and add theme patching code here (if needed)
}
}*/

console.log("* Injecting theme");

Expand Down

0 comments on commit acd684e

Please sign in to comment.