check selfdm

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-06-09 23:00:50 +08:00
parent 9fbe824d6d
commit 5f77a8aa19
8 changed files with 71 additions and 9 deletions

View File

@@ -130,9 +130,8 @@ class _PlDanmakuState extends State<PlDanmaku> {
e.colorful == DmColorfulType.VipGradualColor
? true
: null,
count: widget.playerController.mergeDanmaku && e.hasAttr()
? e.attr
: null,
count: e.hasCount() ? e.count : null,
selfSend: e.isSelf,
),
);
}