mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
deprecate rcmdDyn
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -41,7 +41,6 @@ class SettingBoxKey {
|
||||
fullScreenGestureReverse = 'fullScreenGestureReverse',
|
||||
enableBackgroundPlay = 'enableBackgroundPlay',
|
||||
continuePlayInBackground = 'continuePlayInBackground',
|
||||
enableRcmdDynamic = 'enableRcmdDynamic',
|
||||
appRcmd = 'appRcmd',
|
||||
enableSaveLastData = 'enableSaveLastData',
|
||||
minDurationForRcmd = 'minDurationForRcmd',
|
||||
|
||||
@@ -653,9 +653,6 @@ abstract class Pref {
|
||||
static bool get enableHttp2 =>
|
||||
_setting.get(SettingBoxKey.enableHttp2, defaultValue: false);
|
||||
|
||||
static bool get enableRcmdDynamic =>
|
||||
_setting.get(SettingBoxKey.enableRcmdDynamic, defaultValue: true);
|
||||
|
||||
static int get replySortType =>
|
||||
_setting.get(SettingBoxKey.replySortType, defaultValue: 1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user