mirror of
https://github.com/ankitects/anki.git
synced 2025-12-12 22:36:55 -05:00
fix play icons not appearing in browser preview when autoplay off
This commit is contained in:
parent
aad491dbb9
commit
d9923b12ba
1 changed files with 1 additions and 1 deletions
|
|
@ -1776,7 +1776,7 @@ where id in %s"""
|
||||||
else:
|
else:
|
||||||
av_player.maybe_interrupt()
|
av_player.maybe_interrupt()
|
||||||
|
|
||||||
txt = self.mw.prepare_card_text_for_display(txt)
|
txt = self.mw.prepare_card_text_for_display(txt)
|
||||||
txt = gui_hooks.card_will_show(
|
txt = gui_hooks.card_will_show(
|
||||||
txt, c, "preview" + self._previewState.capitalize()
|
txt, c, "preview" + self._previewState.capitalize()
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue