mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 00:36:38 -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")
|
||||
return
|
||||
|
||||
if self._reps is None or self._reps % 100 == 0:
|
||||
# we recycle the webview periodically so webkit can free memory
|
||||
if self._reps is None:
|
||||
self._initWeb()
|
||||
|
||||
self._showQuestion()
|
||||
|
|
Loading…
Reference in a new issue