From c54d77f3934b60194478b386d072703f322aec36 Mon Sep 17 00:00:00 2001 From: bggRGjQaUbCoE Date: Sat, 20 Sep 2025 17:37:47 +0800 Subject: [PATCH] tweaks Signed-off-by: bggRGjQaUbCoE --- lib/plugin/pl_player/view.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,