From 84f7f14a29e72b2c6a6a7d6d654c80a99f4a4348 Mon Sep 17 00:00:00 2001 From: bggRGjQaUbCoE Date: Thu, 28 Aug 2025 17:15:10 +0800 Subject: [PATCH] fix #1156 Signed-off-by: bggRGjQaUbCoE --- lib/plugin/pl_player/view.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/plugin/pl_player/view.dart b/lib/plugin/pl_player/view.dart index 3b3ca632..a3f6ac2f 100644 --- a/lib/plugin/pl_player/view.dart +++ b/lib/plugin/pl_player/view.dart @@ -1571,7 +1571,7 @@ class _PLVideoPlayerState extends State ), // 锁 - if (!isLive && isFullScreen && plPlayerController.showFsScreenshotBtn) + if (!isLive && isFullScreen && plPlayerController.showFsLockBtn) ViewSafeArea( right: false, child: Align(