diff --git a/lib/plugin/pl_player/view.dart b/lib/plugin/pl_player/view.dart index c0b49ff83..29ac20fd4 100644 --- a/lib/plugin/pl_player/view.dart +++ b/lib/plugin/pl_player/view.dart @@ -750,7 +750,8 @@ class _PLVideoPlayerState extends State ], ]; - final flag = isFullScreen || plPlayerController.isDesktopPip; + final flag = + isFullScreen || plPlayerController.isDesktopPip || maxWidth >= 500; List userSpecifyItemRight = [ if (plPlayerController.showDmChart) BottomControlType.dmChart, if (plPlayerController.isAnim) BottomControlType.superResolution,