mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +08:00
fix: font size
This commit is contained in:
@@ -26,7 +26,7 @@ abstract final class DanmakuOptions {
|
||||
double speed = 1.0,
|
||||
}) {
|
||||
return DanmakuOption(
|
||||
fontSize: 15 * (notFullscreen ? danmakuFontScaleFS : danmakuFontScale),
|
||||
fontSize: 15 * (notFullscreen ? danmakuFontScale : danmakuFontScaleFS),
|
||||
fontWeight: danmakuFontWeight,
|
||||
area: danmakuShowArea,
|
||||
duration: danmakuDuration / speed,
|
||||
|
||||
Reference in New Issue
Block a user