mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
fix repeat audio after edit current
This commit is contained in:
parent
0797b4e772
commit
be0ce798d6
1 changed files with 1 additions and 0 deletions
|
@ -359,6 +359,7 @@ Please do not file a bug report with Anki.<br>""")
|
|||
self.deck.s.flush()
|
||||
self.showEditor()
|
||||
elif state == "saveEdit":
|
||||
self.mainWin.actionRepeatAudio.setEnabled(True)
|
||||
self.editor.saveFieldsNow()
|
||||
self.mainWin.buttonStack.show()
|
||||
self.deck.refresh()
|
||||
|
|
Loading…
Reference in a new issue