From ae2a7946eff5a433fd501af673c5dfdac76272ec Mon Sep 17 00:00:00 2001 From: ProgrammerIn-wonderland <3838shah@gmail.com> Date: Sun, 8 Sep 2024 19:32:34 -0400 Subject: [PATCH] change how its activated --- src/Boot.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Boot.tsx b/src/Boot.tsx index 4b5afc6a..301f0246 100644 --- a/src/Boot.tsx +++ b/src/Boot.tsx @@ -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); }