🐛 Task fix + progress bar

This commit is contained in:
GeoffreyCoulaud
2023-05-19 17:35:31 +02:00
parent c0e275ac5c
commit 505088e053
5 changed files with 79 additions and 32 deletions

View File

@@ -114,7 +114,7 @@ class CartridgesWindow(Adw.ApplicationWindow):
):
path.unlink(missing_ok=True)
else:
Game(game, allow_side_effects=True).update()
Game(game).update()
# Connect search entries
self.search_bar.connect_entry(self.search_entry)