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

@@ -136,9 +136,6 @@ abstract class Pref {
).toList();
}
static bool get hiddenSettingUnlocked =>
_setting.get(SettingBoxKey.hiddenSettingUnlocked, defaultValue: false);
static bool get feedBackEnable =>
_setting.get(SettingBoxKey.feedBackEnable, defaultValue: false);