|
@@ -24,7 +24,7 @@ export const injectResponsiveStorage = (app: App, config: PlatformConfigs) => {
|
|
|
grey: config.Grey ?? false,
|
|
|
weak: config.Weak ?? false,
|
|
|
hideTabs: config.HideTabs ?? false,
|
|
|
- hideFooter: config.HideFooter ?? false,
|
|
|
+ hideFooter: config.HideFooter ?? true,
|
|
|
showLogo: config.ShowLogo ?? true,
|
|
|
showModel: config.ShowModel ?? "smart",
|
|
|
multiTagsCache: config.MultiTagsCache ?? false
|