mod: update request onerror

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-01-08 11:47:38 +08:00
parent 28b6b769b2
commit c77ceea262
4 changed files with 10 additions and 7 deletions

View File

@@ -1896,7 +1896,7 @@ List<SettingsModel> get extraSettings => [
defaultVal: true,
onChanged: (val) {
if (val) {
Utils.checkUpdate();
Utils.checkUpdate(false);
}
},
),