Fix import undo logic

This commit is contained in:
kramo
2023-08-15 21:46:58 +02:00
parent b466eb7ab2
commit cb9513ff13
2 changed files with 4 additions and 1 deletions

View File

@@ -103,6 +103,7 @@ class Store:
for undo in ("remove", "hide"):
try:
shared.win.toasts[(game, undo)].dismiss()
shared.win.toasts.pop((game, undo))
except KeyError:
pass