fix: rcmd controller

This commit is contained in:
bggRGjQaUbCoE
2024-09-08 14:55:56 +08:00
parent 70882c85c6
commit 15c5755392
2 changed files with 4 additions and 5 deletions

View File

@@ -67,7 +67,7 @@ class HomeController extends GetxController with GetTickerProviderStateMixin {
}
void setTabConfig() async {
defaultTabs = tabsConfig;
defaultTabs = [...tabsConfig];
tabbarSort = settingStorage
.get(SettingBoxKey.tabbarSort,
defaultValue: ['live', 'rcmd', 'hot', 'rank', 'bangumi'])