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