[V1] Fixed SplashScreen Rasterization/Pixel-Detection

This commit is contained in:
Youwes09
2026-02-24 19:52:17 -06:00
parent fec0e5d3f6
commit 7d3d76fa6d
3 changed files with 93 additions and 86 deletions
+1 -1
View File
@@ -178,7 +178,7 @@ export default function App() {
<SplashScreen
mode="idle"
showCards={settings.splashCards ?? true}
onDismiss={() => { setTimeout(() => setIdle(false), SPLASH_EXIT_MS + 20); }}
onDismiss={() => { setTimeout(() => setIdle(false), SPLASH_EXIT_MS + 20); }}
/>
)}
{!activeChapter && <TitleBar/>}