refa fav video

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-07-24 12:40:29 +08:00
parent 6d48c70020
commit 0c6bc9d58a
11 changed files with 118 additions and 58 deletions

View File

@@ -131,7 +131,8 @@ class SettingBoxKey {
enableLog = 'enableLog',
memberTab = 'memberTab',
dynamicDetailRatio = 'dynamicDetailRatio',
directExitOnBack = 'directExitOnBack';
directExitOnBack = 'directExitOnBack',
quickFavId = 'quickFavId';
static const String subtitlePreference = 'subtitlePreference',
enableDragSubtitle = 'enableDragSubtitle',

View File

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