Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2026-01-02 14:41:04 +08:00
parent 041af37bb0
commit b2da99e334
7 changed files with 73 additions and 138 deletions

View File

@@ -322,8 +322,8 @@ abstract final class Pref {
static bool get danmakuFixedV =>
_setting.get(SettingBoxKey.danmakuFixedV, defaultValue: false);
static bool get static2Scroll =>
_setting.get(SettingBoxKey.static2Scroll, defaultValue: false);
static bool get danmakuStatic2Scroll =>
_setting.get(SettingBoxKey.danmakuStatic2Scroll, defaultValue: false);
static double get subtitleFontScale =>
_setting.get(SettingBoxKey.subtitleFontScale, defaultValue: 1.0);
@@ -733,11 +733,11 @@ abstract final class Pref {
static double get danmakuStaticDuration =>
_setting.get(SettingBoxKey.danmakuStaticDuration, defaultValue: 4.0);
static double get strokeWidth =>
_setting.get(SettingBoxKey.strokeWidth, defaultValue: 1.5);
static double get danmakuStrokeWidth =>
_setting.get(SettingBoxKey.danmakuStrokeWidth, defaultValue: 1.5);
static int get fontWeight =>
_setting.get(SettingBoxKey.fontWeight, defaultValue: 5);
static int get danmakuFontWeight =>
_setting.get(SettingBoxKey.danmakuFontWeight, defaultValue: 5);
static bool get enableLongShowControl =>
_setting.get(SettingBoxKey.enableLongShowControl, defaultValue: false);