mod: minor tweaks

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-02-11 12:05:21 +08:00
parent 1417fcda6e
commit 51a12d7266
6 changed files with 72 additions and 83 deletions

View File

@@ -260,6 +260,7 @@ class PlPlayerController {
// 关联弹幕控制器
DanmakuController? danmakuController;
bool showDanmaku = true;
late final mergeDanmaku = GStorage.mergeDanmaku;
// 弹幕相关配置
late List blockTypes;
late double showArea;
@@ -1611,6 +1612,4 @@ class PlPlayerController {
late final RxList dmTrend = [].obs;
late final RxBool showDmChart = true.obs;
late final RxBool showRestoreScaleBtn = false.obs;
}