added release confetti and welcome message

This commit is contained in:
Kima
2023-05-29 10:05:25 +02:00
parent 7543f946f2
commit 5d18354cbb
3 changed files with 21 additions and 4 deletions

View File

@@ -151,8 +151,9 @@ Future<List<DateWidget>> getFilterWidgets(FilterType activeData,
// Updates
case FilterType.updates:
if (updateProvider.available)
if (updateProvider.available) {
items = [update_filter.getWidget(updateProvider.releases.first)];
}
break;
// Missed Exams