mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-30 23:29:47 +08:00
show live online count
update live title update live watchedshow Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -209,6 +209,14 @@ class PlayerFocus extends StatelessWidget {
|
||||
}
|
||||
return true;
|
||||
|
||||
case LogicalKeyboardKey.keyL:
|
||||
if (isFullScreen || plPlayerController.isDesktopPip) {
|
||||
plPlayerController.onLockControl(
|
||||
!plPlayerController.controlsLock.value,
|
||||
);
|
||||
}
|
||||
return true;
|
||||
|
||||
case LogicalKeyboardKey.enter:
|
||||
if (onSkipSegment?.call() ?? false) {
|
||||
return true;
|
||||
@@ -248,14 +256,6 @@ class PlayerFocus extends StatelessWidget {
|
||||
}
|
||||
return true;
|
||||
|
||||
case LogicalKeyboardKey.keyL:
|
||||
if (isFullScreen || plPlayerController.isDesktopPip) {
|
||||
plPlayerController.onLockControl(
|
||||
!plPlayerController.controlsLock.value,
|
||||
);
|
||||
}
|
||||
return true;
|
||||
|
||||
case LogicalKeyboardKey.bracketLeft:
|
||||
if (introController case final introController?) {
|
||||
if (!introController.prevPlay()) {
|
||||
|
||||
Reference in New Issue
Block a user