mod: add expand dyn live panel option

Closes #302

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-02-22 16:35:19 +08:00
parent d1c74b9389
commit 6506afa732
3 changed files with 12 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ class DynamicsController extends GetxController
int allFollowedUpsTotal = 0;
late int currentMid = -1;
late bool showLiveItems = false;
late bool showLiveItems = GStorage.expandDynLivePanel;
@override
void onInit() {