mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-18 08:06:21 +08:00
opt type
opt ua opt subtitle opt playertype Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -186,9 +186,9 @@ class Pref {
|
||||
defaultValue: BtmProgressBehavior.alwaysShow.index,
|
||||
);
|
||||
|
||||
static String get subtitlePreference => _setting.get(
|
||||
SettingBoxKey.subtitlePreference,
|
||||
defaultValue: SubtitlePrefType.off.code,
|
||||
static int get subtitlePreferenceV2 => _setting.get(
|
||||
SettingBoxKey.subtitlePreferenceV2,
|
||||
defaultValue: SubtitlePrefType.off.index,
|
||||
);
|
||||
|
||||
static bool get useRelativeSlide =>
|
||||
|
||||
Reference in New Issue
Block a user