🚧 Importer tasks fix
This commit is contained in:
@@ -114,7 +114,7 @@ class CartridgesWindow(Adw.ApplicationWindow):
|
||||
):
|
||||
path.unlink(missing_ok=True)
|
||||
else:
|
||||
Game(game).update()
|
||||
Game(game, allow_side_effects=True).update()
|
||||
|
||||
# Connect search entries
|
||||
self.search_bar.connect_entry(self.search_entry)
|
||||
|
||||
Reference in New Issue
Block a user