show fullscreen qa btn

Closes #1081

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-22 15:12:58 +08:00
parent 272cfcb829
commit 4d3a74f2e0
10 changed files with 138 additions and 64 deletions

View File

@@ -372,9 +372,9 @@ class PageUtils {
EnableManual(
aspectRatio: aspectRatio.fitsInAndroidRequirements
? aspectRatio
: width > height
? const Rational.landscape()
: const Rational.vertical(),
: height > width
? const Rational.vertical()
: const Rational.landscape(),
),
);
} else {