mirror of
https://github.com/ankitects/anki.git
synced 2026-01-05 18:13:56 -05:00
fix
This commit is contained in:
parent
0b02be28ed
commit
971e1604a0
1 changed files with 1 additions and 1 deletions
|
|
@ -1378,7 +1378,7 @@ class FlexibleReviewer(Reviewer):
|
|||
if (max_time := self._max_time()) > 0:
|
||||
self.timer = self.mw.bottomWidget.right_bucket.add_widget(
|
||||
widget=FlexibleTimerLabel()
|
||||
)
|
||||
) # type: ignore
|
||||
self.timer.start(max_time=max_time)
|
||||
|
||||
def _should_stop_timer_on_answer(self) -> bool:
|
||||
|
|
|
|||
Loading…
Reference in a new issue