mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
give confirmation after db check
This commit is contained in:
parent
4a3114155b
commit
9d02179875
1 changed files with 1 additions and 0 deletions
|
@ -2695,6 +2695,7 @@ Proceed?""")):
|
|||
ret = self.deck.fixIntegrity()
|
||||
if ret == "ok":
|
||||
ret = True
|
||||
ui.utils.showInfo(_("No problems found."))
|
||||
else:
|
||||
ret = _("Problems found:\n%s") % ret
|
||||
diag = QDialog(self)
|
||||
|
|
Loading…
Reference in a new issue