This commit is contained in:
kramo
2023-04-18 21:11:38 +02:00
parent bc9192e83b
commit 96a16c1adb
7 changed files with 60 additions and 57 deletions

View File

@@ -340,7 +340,7 @@ class PreferencesWindow(Adw.PreferencesWindow):
self.toast.dismiss()
def remove_all_games(self, _widget):
for game in self.win.games:
for game in self.win.games.values():
if not game.removed:
self.removed_games.add(game.game_id)