🐛 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

@@ -60,7 +60,7 @@ class Game(Gtk.Box):
blacklisted = None
game_cover = None
def __init__(self, win, data, allow_side_effects=False, **kwargs):
def __init__(self, win, data, allow_side_effects=True, **kwargs):
super().__init__(**kwargs)
self.win = shared.win