Dismiss loose toasts when cleaning up games

This commit is contained in:
kramo
2023-08-15 21:32:24 +02:00
parent 5551756111
commit b466eb7ab2
2 changed files with 11 additions and 1 deletions

View File

@@ -324,9 +324,12 @@ class Importer(ErrorProducer):
shared.store[game_id].update()
shared.store[game_id].save()
self.imported_game_ids = set()
self.removed_game_ids = set()
self.summary_toast.dismiss()
logging.info("Import undone")
def create_summary_toast(self):
"""N games imported, removed toast"""