mirror of https://github.com/Lissy93/dashy.git
🔥 Splash screen now off by default
This commit is contained in:
parent
b532e168fe
commit
d6a2c4d810
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue