细节修改

This commit is contained in:
Seven Tsui 2025-09-17 11:53:06 +08:00
parent bda045eb9e
commit db27f7347a

View File

@ -44,7 +44,7 @@ class UpgradeDialog extends StatelessWidget {
onPressed: onConfirm,
child: Text("立即更新"),
),
if (force)
if (!force)
TextButton(
onPressed: () => Navigator.pop(context),
child: Text("暂不更新"),