mirror of
https://github.com/ankitects/anki.git
synced 2025-12-20 10:22:57 -05: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))
|
||||
return
|
||||
self.mw.reset()
|
||||
tooltip("Changes saved.", parent=self.mw)
|
||||
tooltip("Changes saved.", parent=self.parent())
|
||||
self.cleanup()
|
||||
return QDialog.accept(self)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue