mirror of
https://github.com/ankitects/anki.git
synced 2026-01-07 02:53:54 -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:
|
if (max_time := self._max_time()) > 0:
|
||||||
self.timer = self.mw.bottomWidget.right_bucket.add_widget(
|
self.timer = self.mw.bottomWidget.right_bucket.add_widget(
|
||||||
widget=FlexibleTimerLabel()
|
widget=FlexibleTimerLabel()
|
||||||
)
|
) # type: ignore
|
||||||
self.timer.start(max_time=max_time)
|
self.timer.start(max_time=max_time)
|
||||||
|
|
||||||
def _should_stop_timer_on_answer(self) -> bool:
|
def _should_stop_timer_on_answer(self) -> bool:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue