mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
refa: danmaku & feat: scroll fixed velocity (#1791)
This commit is contained in:
committed by
GitHub
parent
0a40d11133
commit
49b7ea14c3
@@ -319,6 +319,9 @@ abstract final class Pref {
|
||||
static bool get danmakuMassiveMode =>
|
||||
_setting.get(SettingBoxKey.danmakuMassiveMode, defaultValue: false);
|
||||
|
||||
static bool get danmakuFixedV =>
|
||||
_setting.get(SettingBoxKey.danmakuFixedV, defaultValue: false);
|
||||
|
||||
static double get subtitleFontScale =>
|
||||
_setting.get(SettingBoxKey.subtitleFontScale, defaultValue: 1.0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user