Merge pull request #139 from kra-mo/store-improvements

Store improvements
This commit is contained in:
kramo
2023-07-07 18:27:42 +02:00
committed by GitHub
43 changed files with 2311 additions and 1744 deletions

View File

@@ -120,7 +120,7 @@ class CartridgesWindow(Adw.ApplicationWindow):
def set_library_child(self):
child, hidden_child = self.notice_empty, self.hidden_notice_empty
for game in shared.store.games.values():
for game in shared.store:
if game.removed or game.blacklisted:
continue
if game.hidden: