opt video header

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-06-30 18:40:02 +08:00
parent 0df637fb73
commit ed6353e6d5
8 changed files with 244 additions and 216 deletions

View File

@@ -486,7 +486,7 @@ class LiveRoomController extends GetxController {
void addDm(dynamic msg, [DanmakuContentItem<DanmakuExtra>? item]) {
if (plPlayerController.showDanmaku) {
if (item != null) {
if (item != null && plPlayerController.enableShowLiveDanmaku.value) {
danmakuController?.addDanmaku(item);
}
if (autoScroll && !disableAutoScroll.value) {