mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-22 19:51:11 +08:00
@@ -192,10 +192,10 @@ abstract final class SettingBoxKey {
|
||||
danmakuStaticDuration = 'danmakuStaticDuration',
|
||||
danmakuMassiveMode = 'danmakuMassiveMode',
|
||||
danmakuFixedV = 'danmakuFixedV',
|
||||
static2Scroll = 'static2Scroll',
|
||||
danmakuStatic2Scroll = 'danmakuStatic2Scroll',
|
||||
danmakuLineHeight = 'danmakuLineHeight',
|
||||
strokeWidth = 'strokeWidth',
|
||||
fontWeight = 'fontWeight';
|
||||
danmakuStrokeWidth = 'strokeWidth',
|
||||
danmakuFontWeight = 'fontWeight';
|
||||
|
||||
static const String systemProxyHost = 'systemProxyHost',
|
||||
systemProxyPort = 'systemProxyPort';
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user