opt: 默认不收起顶栏&底栏

This commit is contained in:
guozhigq
2024-04-11 23:29:51 +08:00
parent b80bf7728f
commit a74647eb61
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ class MainController extends GetxController {
if (setting.get(SettingBoxKey.autoUpdate, defaultValue: false)) {
Utils.checkUpdata();
}
hideTabBar = setting.get(SettingBoxKey.hideTabBar, defaultValue: true);
hideTabBar = setting.get(SettingBoxKey.hideTabBar, defaultValue: false);
var userInfo = userInfoCache.get('userInfoCache');
userLogin.value = userInfo != null;