mod: show dm merged count

related #359

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-03-03 21:36:29 +08:00
parent d5a244ce7f
commit 76c16c035e
3 changed files with 18 additions and 4 deletions

View File

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