Switch back to parallelized BG task (#963) + better logging

This commit is contained in:
Imran Remtulla
2023-10-13 23:39:24 -04:00
parent f6c6cd5cb8
commit 7f3e87767c
6 changed files with 143 additions and 107 deletions

View File

@@ -705,7 +705,7 @@ class AppsPageState extends State<AppsPage> {
return <String>[];
}).then((value) {
if (shouldInstallUpdates) {
showError(tr('appsUpdated'), context);
showMessage(tr('appsUpdated'), context);
}
});
}