mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-25 19:46:47 +08:00
separate live dm
Closes #1217 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user