Bugfix #405 + general categories bugfixes

This commit is contained in:
Imran Remtulla
2023-03-31 15:36:51 -04:00
parent 187efa8fc5
commit 7981ca29c5
7 changed files with 40 additions and 7 deletions

View File

@@ -133,7 +133,7 @@ class _ImportExportPageState extends State<ImportExportPage> {
}
}
});
settingsProvider.categories = cats;
appsProvider.addMissingCategories(settingsProvider);
showError(tr('importedX', args: [plural('apps', value)]), context);
});
} else {