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

@@ -83,7 +83,7 @@ class _AboutPageState extends State<AboutPage> {
),
Obx(
() => ListTile(
onTap: Utils.checkUpdate,
onTap: () => Utils.checkUpdate(false),
onLongPress: () =>
Utils.copyText(_aboutController.currentVersion.value),
title: const Text('当前版本'),