mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: enable retry by def
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -424,7 +424,7 @@ class GStorage {
|
|||||||
.get(SettingBoxKey.enableSlideVolumeBrightness, defaultValue: true);
|
.get(SettingBoxKey.enableSlideVolumeBrightness, defaultValue: true);
|
||||||
|
|
||||||
static int get retryCount =>
|
static int get retryCount =>
|
||||||
GStorage.setting.get(SettingBoxKey.retryCount, defaultValue: 0);
|
GStorage.setting.get(SettingBoxKey.retryCount, defaultValue: 2);
|
||||||
|
|
||||||
static int get retryDelay =>
|
static int get retryDelay =>
|
||||||
GStorage.setting.get(SettingBoxKey.retryDelay, defaultValue: 500);
|
GStorage.setting.get(SettingBoxKey.retryDelay, defaultValue: 500);
|
||||||
|
|||||||
Reference in New Issue
Block a user