mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-21 03:15:14 +08:00
remove deprecated pref keys
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user