mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
Merge branch 'main' into color-palette
This commit is contained in:
commit
cb4afed825
1 changed files with 1 additions and 2 deletions
|
@ -230,8 +230,7 @@ class Reviewer:
|
||||||
self.mw.moveToState("overview")
|
self.mw.moveToState("overview")
|
||||||
return
|
return
|
||||||
|
|
||||||
if self._reps is None or self._reps % 100 == 0:
|
if self._reps is None:
|
||||||
# we recycle the webview periodically so webkit can free memory
|
|
||||||
self._initWeb()
|
self._initWeb()
|
||||||
|
|
||||||
self._showQuestion()
|
self._showQuestion()
|
||||||
|
|
Loading…
Reference in a new issue