mod: custom slide fs

Closes #585

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-02 12:32:29 +08:00
parent fc55bf33d0
commit d870c36a96
4 changed files with 27 additions and 0 deletions

View File

@@ -417,6 +417,9 @@ class GStorage {
static bool get enableSlideVolumeBrightness => GStorage.setting
.get(SettingBoxKey.enableSlideVolumeBrightness, defaultValue: true);
static bool get enableSlideFS =>
GStorage.setting.get(SettingBoxKey.enableSlideFS, defaultValue: true);
static int get retryCount =>
GStorage.setting.get(SettingBoxKey.retryCount, defaultValue: 2);
@@ -707,6 +710,7 @@ class SettingBoxKey {
showDynActionBar = 'showDynActionBar',
darkVideoPage = 'darkVideoPage',
enableSlideVolumeBrightness = 'enableSlideVolumeBrightness',
enableSlideFS = 'enableSlideFS',
retryCount = 'retryCount',
retryDelay = 'retryDelay',
liveQuality = 'liveQuality',