Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-09-20 17:37:47 +08:00
parent 96539cc64c
commit c54d77f393

View File

@@ -750,7 +750,8 @@ class _PLVideoPlayerState extends State<PLVideoPlayer>
],
];
final flag = isFullScreen || plPlayerController.isDesktopPip;
final flag =
isFullScreen || plPlayerController.isDesktopPip || maxWidth >= 500;
List<BottomControlType> userSpecifyItemRight = [
if (plPlayerController.showDmChart) BottomControlType.dmChart,
if (plPlayerController.isAnim) BottomControlType.superResolution,