Use blacklist for non-game items

This commit is contained in:
kramo
2023-03-15 23:46:34 +01:00
parent 0b3beed6d8
commit eb3f9a8b8e
3 changed files with 16 additions and 11 deletions

View File

@@ -144,6 +144,8 @@ class CartridgesWindow(Adw.ApplicationWindow):
if entry.removed:
continue
if entry.blacklisted:
continue
if not self.games[game_id].hidden:
self.visible_widgets[game_id] = entry