💫 Removes splash screen on by default
This commit is contained in:
@@ -48,8 +48,6 @@ export const componentVisibility = (appConfig) => {
|
||||
? !usersChoice.hideSettings : visibleComponents.settings,
|
||||
footer: isThere(usersChoice.hideFooter)
|
||||
? !usersChoice.hideFooter : visibleComponents.footer,
|
||||
splashScreen: isThere(usersChoice.hideSplashScreen)
|
||||
? !usersChoice.hideSplashScreen : visibleComponents.splashScreen,
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user