mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-25 03:26:22 +08:00
feat: fav topic
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -90,8 +90,7 @@ class HeaderControlState extends State<HeaderControl> {
|
||||
if (videoDetailCtr.videoType != SearchType.video) {
|
||||
bangumiIntroController = Get.find<BangumiIntroController>(tag: heroTag);
|
||||
}
|
||||
horizontalScreen =
|
||||
setting.get(SettingBoxKey.horizontalScreen, defaultValue: false);
|
||||
horizontalScreen = GStorage.horizontalScreen;
|
||||
defaultCDNService = setting.get(SettingBoxKey.CDNService,
|
||||
defaultValue: CDNService.backupUrl.code);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user