Bugfix: Get initial data on config import

This commit is contained in:
Imran Remtulla
2024-05-12 20:41:53 -04:00
parent a30e063246
commit 56c5a73d9a
3 changed files with 19 additions and 9 deletions

View File

@@ -144,7 +144,7 @@ class _ImportExportPageState extends State<ImportExportPage> {
appsProvider.addMissingCategories(settingsProvider);
showMessage(
'${tr('importedX', args: [
plural('apps', value.key)
plural('apps', value.key.length)
])}${value.value ? ' + ${tr('settings')}' : ''}',
context);
});