🔥 Splash screen now off by default

This commit is contained in:
Alicia Sykes 2021-09-19 22:23:53 +01:00
parent b532e168fe
commit d6a2c4d810
1 changed files with 2 additions and 1 deletions

View File

@ -71,8 +71,9 @@ module.exports = {
],
/* Which structural components should be visible by default */
visibleComponents: {
pageTitle: true,
splashScreen: false,
navigation: true,
pageTitle: true,
searchBar: true,
settings: true,
footer: true,