mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-22 05:59:30 +02:00
Bugfix #405 + general categories bugfixes
This commit is contained in:
@@ -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)
|
||||
])),
|
||||
|
Reference in New Issue
Block a user