deprecate rcmdDyn

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-09-06 15:05:31 +08:00
parent 89f72df2b9
commit 215ed665de
4 changed files with 0 additions and 14 deletions

View File

@@ -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);