Fix: Splashscreen Idle & Dev

This commit is contained in:
Youwes09
2026-06-09 19:24:16 -05:00
parent fc20835dde
commit abd60f261f
4 changed files with 37 additions and 13 deletions
@@ -102,10 +102,10 @@
}
function triggerSplash() {
if (appState.idleSplash) return
if (appState.devSplash) return
splashTriggered = true
setTimeout(() => splashTriggered = false, 200)
appState.idleSplash = true
appState.devSplash = true
}
async function testWindowsHello() {