This commit is contained in:
Ren Tatsumoto 2025-11-30 11:59:38 +03:00
parent 0b02be28ed
commit 971e1604a0

View file

@ -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: