mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +08:00
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user