opt pages

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-06-06 13:46:39 +08:00
parent b149ee4998
commit 4a00b45c5c
43 changed files with 261 additions and 227 deletions

View File

@@ -150,8 +150,8 @@ class _PlDanmakuState extends State<PlDanmaku> {
super.dispose();
}
double _getFontSize(isFullScreen) =>
isFullScreen == false || widget.isPipMode == true
double _getFontSize(bool isFullScreen) =>
!isFullScreen || widget.isPipMode == true
? 15 * playerController.fontSize
: 15 * playerController.fontSizeFS;