mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -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()
|
ret = self.deck.fixIntegrity()
|
||||||
if ret == "ok":
|
if ret == "ok":
|
||||||
ret = True
|
ret = True
|
||||||
|
ui.utils.showInfo(_("No problems found."))
|
||||||
else:
|
else:
|
||||||
ret = _("Problems found:\n%s") % ret
|
ret = _("Problems found:\n%s") % ret
|
||||||
diag = QDialog(self)
|
diag = QDialog(self)
|
||||||
|
|
Loading…
Reference in a new issue