Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-03-23 11:47:56 +08:00
parent 1724f0d202
commit 9578f948b4
20 changed files with 132 additions and 77 deletions

View File

@@ -477,8 +477,11 @@ abstract final class Pref {
static bool get searchSuggestion =>
_setting.get(SettingBoxKey.searchSuggestion, defaultValue: true);
static bool get showDynDecorate =>
_setting.get(SettingBoxKey.showDynDecorate, defaultValue: true);
static bool get showDecorate =>
_setting.get(SettingBoxKey.showDecorate, defaultValue: true);
static bool get showMedal =>
_setting.get(SettingBoxKey.showMedal, defaultValue: true);
static bool get enableLivePhoto =>
_setting.get(SettingBoxKey.enableLivePhoto, defaultValue: true);