mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-05 00:30:19 +08:00
@@ -184,10 +184,10 @@ class PlPlayerController with BlockConfigMixin {
|
||||
bool get isVertical => _isVertical;
|
||||
|
||||
/// 弹幕开关
|
||||
late final RxBool _enableShowDanmaku = Pref.enableShowDanmaku.obs;
|
||||
late final RxBool _enableShowLiveDanmaku = Pref.enableShowLiveDanmaku.obs;
|
||||
RxBool get enableShowDanmaku =>
|
||||
isLive ? _enableShowLiveDanmaku : _enableShowDanmaku;
|
||||
late final RxBool enableShowDanmaku = Pref.enableShowDanmaku.obs;
|
||||
late final RxBool enableShowLiveDanmaku = Pref.enableShowLiveDanmaku.obs;
|
||||
RxBool get enableShowDanmakuAdaptive =>
|
||||
isLive ? enableShowLiveDanmaku : enableShowDanmaku;
|
||||
|
||||
late final bool autoPiP = Pref.autoPiP;
|
||||
bool get isPipMode =>
|
||||
|
||||
Reference in New Issue
Block a user