Skip to content

Commit

Permalink
change how its activated
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgrammerIn-wonderland committed Sep 8, 2024
1 parent 71f4802 commit ae2a794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Boot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ window.addEventListener("load", async () => {
if (anura.settings.get("i-am-a-true-gangsta") === true) {
bootsplash.remove();
document.body.appendChild(gangstaBootsplash);
} else if (anura.settings.get("system.tnbranding") === true) {
} else if (anura.config.tnbranding === true) {
bootsplash.remove();
document.body.appendChild(TNBootSplash);
}
Expand Down

0 comments on commit ae2a794

Please sign in to comment.