bring back remove player safearea

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-04-19 10:18:18 +08:00
parent e88769308e
commit 9543f3b457
10 changed files with 76 additions and 17 deletions

View File

@@ -1881,7 +1881,7 @@ class HeaderControlState extends State<HeaderControl>
: const SizedBox.shrink(),
),
],
if (isFullScreen || PlatformUtils.isDesktop) ...[
if (!isPortrait || isFullScreen || PlatformUtils.isDesktop) ...[
SizedBox(
width: btnWidth,
height: btnHeight,