mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-26 05:20:09 +08:00
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user