mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
show tooltip when notes deleted in browser
This commit is contained in:
parent
51d58f2cce
commit
330dc11619
1 changed files with 1 additions and 0 deletions
|
@ -861,6 +861,7 @@ where id in %s""" % ids2str(sf))
|
||||||
self.model.focusedCard = self.model.cards[new]
|
self.model.focusedCard = self.model.cards[new]
|
||||||
self.model.endReset()
|
self.model.endReset()
|
||||||
self.mw.requireReset()
|
self.mw.requireReset()
|
||||||
|
tooltip(_("Notes deleted."))
|
||||||
|
|
||||||
# Deck change
|
# Deck change
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
Loading…
Reference in a new issue