mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: custom slide fs
Closes #585 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user