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 */
|
/* Which structural components should be visible by default */
|
||||||
visibleComponents: {
|
visibleComponents: {
|
||||||
pageTitle: true,
|
splashScreen: false,
|
||||||
navigation: true,
|
navigation: true,
|
||||||
|
pageTitle: true,
|
||||||
searchBar: true,
|
searchBar: true,
|
||||||
settings: true,
|
settings: true,
|
||||||
footer: true,
|
footer: true,
|
||||||
|
|
Loading…
Reference in New Issue