Splash screen

This commit is contained in:
Feodor Fitsner 2025-03-03 14:00:41 -08:00
parent 2111cdc35f
commit 165dd66998
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ void main(List<String> args) async {
text: snapshot.error.toString())); text: snapshot.error.toString()));
} else { } else {
// loading // loading
return const MaterialApp(home: {% if splash_screen %}BlankScreen(){% else %}SplashScreen(){% endif %}); return const MaterialApp(home: {% if splash_screen %}SplashScreen(){% else %}BlankScreen(){% endif %});
} }
})); }));
} }