fix: update changelog & backup restore

This commit is contained in:
lollipopkit
2023-04-19 20:52:02 +08:00
parent 20d2817c8d
commit e709262477
11 changed files with 39 additions and 24 deletions

View File

@@ -67,7 +67,7 @@ Future<void> doUpdate(BuildContext context, {bool force = false}) async {
showSnackBarWithAction(
context,
'${s.updateTip(newest)} \n${update.changelog}',
'${s.updateTip(newest)} \n${update.changelog.current}',
s.update,
() => _doUpdate(url, context, s),
);