mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-01 00:28:18 +08:00
@@ -750,7 +750,8 @@ class _PLVideoPlayerState extends State<PLVideoPlayer>
|
|||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
final flag = isFullScreen || plPlayerController.isDesktopPip;
|
final flag =
|
||||||
|
isFullScreen || plPlayerController.isDesktopPip || maxWidth >= 500;
|
||||||
List<BottomControlType> userSpecifyItemRight = [
|
List<BottomControlType> userSpecifyItemRight = [
|
||||||
if (plPlayerController.showDmChart) BottomControlType.dmChart,
|
if (plPlayerController.showDmChart) BottomControlType.dmChart,
|
||||||
if (plPlayerController.isAnim) BottomControlType.superResolution,
|
if (plPlayerController.isAnim) BottomControlType.superResolution,
|
||||||
|
|||||||
Reference in New Issue
Block a user