mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
don't make the empty cards dialog modal
This commit is contained in:
parent
dfbe5dbfa8
commit
bf4057ce98
1 changed files with 1 additions and 1 deletions
|
@ -892,7 +892,7 @@ will be lost. Continue?"""))
|
|||
self.col.remCards(cids)
|
||||
tooltip(_("%d cards deleted.") % len(cids))
|
||||
diag.connect(box, SIGNAL("accepted()"), onDelete)
|
||||
diag.exec_()
|
||||
diag.show()
|
||||
|
||||
# Debugging
|
||||
######################################################################
|
||||
|
|
Loading…
Reference in a new issue