opt: settings (#977)

This commit is contained in:
My-Responsitories
2025-08-10 11:05:36 +08:00
committed by GitHub
parent aaad7fc6dc
commit 34c5d6812f
23 changed files with 301 additions and 274 deletions

View File

@@ -776,4 +776,7 @@ class Pref {
_localCache.get(LocalCacheKey.historyPause, defaultValue: false);
static int? get quickFavId => _setting.get(SettingBoxKey.quickFavId);
static bool get tempPlayerConf =>
_setting.get(SettingBoxKey.tempPlayerConf, defaultValue: false);
}