From db27f7347a847e3cfb099e44f0128db59fff1586 Mon Sep 17 00:00:00 2001 From: Seven Tsui <16225583+youyouliangshao@user.noreply.gitee.com> Date: Wed, 17 Sep 2025 11:53:06 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/update/upgrade_dialog.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/update/upgrade_dialog.dart b/lib/update/upgrade_dialog.dart index 143e368..c9c8caf 100644 --- a/lib/update/upgrade_dialog.dart +++ b/lib/update/upgrade_dialog.dart @@ -44,7 +44,7 @@ class UpgradeDialog extends StatelessWidget { onPressed: onConfirm, child: Text("立即更新"), ), - if (force) + if (!force) TextButton( onPressed: () => Navigator.pop(context), child: Text("暂不更新"),