remove deprecated pref keys

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-12-14 16:06:45 +08:00
parent f46437f891
commit f7c61d63a0
3 changed files with 3 additions and 14 deletions

View File

@@ -2,8 +2,6 @@
abstract class SettingBoxKey {
static const String btmProgressBehavior = 'btmProgressBehavior',
defaultVideoSpeed = 'defaultVideoSpeed',
autoUpgradeEnable = 'autoUpgradeEnable',
defaultVideoQa = 'defaultVideoQa',
defaultVideoQaCellular = 'defaultVideoQaCellular',
defaultAudioQa = 'defaultAudioQa',
@@ -20,7 +18,6 @@ abstract class SettingBoxKey {
hardwareDecoding = 'hardwareDecoding',
videoSync = 'videoSync',
p1080 = 'p1080',
enableAutoBrightness = 'enableAutoBrightness',
enableAutoEnter = 'enableAutoEnter',
enableAutoExit = 'enableAutoExit',
enableOnlineTotal = 'enableOnlineTotal',
@@ -205,7 +202,6 @@ abstract class SettingBoxKey {
defaultTextScale = 'textScale',
dynamicColor = 'dynamicColor',
customColor = 'customColor',
enableSingleRow = 'enableSingleRow',
displayMode = 'displayMode',
smallCardWidth = 'smallCardWidth',
recommendCardWidth = 'recommendCardWidth',
@@ -222,8 +218,6 @@ abstract class SettingBoxKey {
dynamicBadgeMode = 'dynamicBadgeMode',
msgBadgeMode = 'msgBadgeMode',
msgUnReadTypeV2 = 'msgUnReadTypeV2',
hiddenSettingUnlocked = 'hiddenSettingUnlocked',
enableGradientBg = 'enableGradientBg',
navBarSort = 'navBarSort',
tempPlayerConf = 'tempPlayerConf',
reduceLuxColor = 'reduceLuxColor',
@@ -240,10 +234,7 @@ abstract class LocalCacheKey {
}
abstract class VideoBoxKey {
static const String videoFit = 'videoFit',
videoBrightness = 'videoBrightness',
videoSpeed = 'videoSpeed',
playRepeat = 'playRepeat',
static const String playRepeat = 'playRepeat',
playSpeedDefault = 'playSpeedDefault',
longPressSpeedDefault = 'longPressSpeedDefault',
speedsList = 'speedsList',