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

@@ -448,7 +448,8 @@ class AppsPageState extends State<AppsPage> {
.app
.categories
.map((e) =>
Color(settingsProvider.categories[e]!).withAlpha(255))
Color(settingsProvider.categories[e] ?? transparent)
.withAlpha(255))
.toList(),
Color(transparent)
])),