Dismiss loose toasts when cleaning up games
This commit is contained in:
@@ -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"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user