mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -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)
|
self.col.remCards(cids)
|
||||||
tooltip(_("%d cards deleted.") % len(cids))
|
tooltip(_("%d cards deleted.") % len(cids))
|
||||||
diag.connect(box, SIGNAL("accepted()"), onDelete)
|
diag.connect(box, SIGNAL("accepted()"), onDelete)
|
||||||
diag.exec_()
|
diag.show()
|
||||||
|
|
||||||
# Debugging
|
# Debugging
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
Loading…
Reference in a new issue