separate live dm

Closes #1217

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-09-18 16:25:50 +08:00
parent a6182b20c0
commit 64e893e36f
6 changed files with 32 additions and 18 deletions

View File

@@ -254,7 +254,8 @@ class PlPlayerController {
bool get isLive => _isLive;
/// 弹幕开关
RxBool enableShowDanmaku = Pref.enableShowDanmaku.obs;
late final RxBool enableShowDanmaku = Pref.enableShowDanmaku.obs;
late final RxBool enableShowLiveDanmaku = Pref.enableShowLiveDanmaku.obs;
late final bool autoPiP = Pref.autoPiP;