mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-08-05 18:20:10 +08:00
lint
opt pages Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user