mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 09:16:38 -04:00
show 'changes saved' in parent window
This commit is contained in:
parent
9358c78bad
commit
16eceb5260
1 changed files with 1 additions and 1 deletions
|
@ -747,7 +747,7 @@ Enter deck to place new %s cards in, or leave blank:"""
|
||||||
showWarning("Unable to save changes: " + str(e))
|
showWarning("Unable to save changes: " + str(e))
|
||||||
return
|
return
|
||||||
self.mw.reset()
|
self.mw.reset()
|
||||||
tooltip("Changes saved.", parent=self.mw)
|
tooltip("Changes saved.", parent=self.parent())
|
||||||
self.cleanup()
|
self.cleanup()
|
||||||
return QDialog.accept(self)
|
return QDialog.accept(self)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue