mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: image view
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -250,6 +250,7 @@ class PlPlayerController {
|
||||
late double fontSizeFSVal;
|
||||
late double strokeWidth;
|
||||
late int fontWeight;
|
||||
late bool massiveMode;
|
||||
late double danmakuDurationVal;
|
||||
late List<double> speedList;
|
||||
double? defaultDuration;
|
||||
@@ -352,6 +353,7 @@ class PlPlayerController {
|
||||
fontSizeFSVal = GStorage.danmakuFontScaleFS;
|
||||
subtitleFontScale.value = GStorage.subtitleFontScale;
|
||||
subtitleFontScaleFS.value = GStorage.subtitleFontScaleFS;
|
||||
massiveMode = GStorage.danmakuMassiveMode;
|
||||
// 弹幕时间
|
||||
danmakuDurationVal =
|
||||
setting.get(SettingBoxKey.danmakuDuration, defaultValue: 7.29);
|
||||
|
||||
Reference in New Issue
Block a user