Add a collection immediately and show a placeholder + busy indicator in localdocs settings.

This commit is contained in:
Adam Treat
2023-06-03 10:08:59 -04:00
parent 23391d44e0
commit bc624f5389
6 changed files with 24 additions and 8 deletions

View File

@@ -29,6 +29,7 @@ struct CollectionItem {
QString collection;
QString folder_path;
int folder_id = -1;
bool installed = false;
};
Q_DECLARE_METATYPE(CollectionItem)