mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-10 03:57:49 +08:00
refa fav video
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -774,4 +774,6 @@ class Pref {
|
||||
|
||||
static bool get historyPause =>
|
||||
_localCache.get(LocalCacheKey.historyPause, defaultValue: false);
|
||||
|
||||
static int? get quickFavId => _setting.get(SettingBoxKey.quickFavId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user