Fix: SplashScreen MemoryLeak + WebUI Bypass

This commit is contained in:
Youwes09
2026-06-09 14:54:12 -05:00
parent 04631d93ef
commit fc20835dde
3 changed files with 160 additions and 82 deletions
@@ -102,6 +102,7 @@
}
function triggerSplash() {
if (appState.idleSplash) return
splashTriggered = true
setTimeout(() => splashTriggered = false, 200)
appState.idleSplash = true