mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-14 13:20:17 +08:00
@@ -181,8 +181,13 @@ class PlPlayerController with BlockConfigMixin {
|
||||
final RxBool isBuffering = true.obs;
|
||||
|
||||
/// 全屏方向
|
||||
// ignore: unnecessary_getters_setters
|
||||
bool get isVertical => _isVertical;
|
||||
|
||||
set isVertical(bool value) {
|
||||
_isVertical = value;
|
||||
}
|
||||
|
||||
/// 弹幕开关
|
||||
late final RxBool enableShowDanmaku = Pref.enableShowDanmaku.obs;
|
||||
late final RxBool enableShowLiveDanmaku = Pref.enableShowLiveDanmaku.obs;
|
||||
|
||||
Reference in New Issue
Block a user