mirror of
https://github.com/ankitects/anki.git
synced 2026-01-07 02:53:54 -05:00
Fix: Enter syncs after sync shortcut pressed
This commit is contained in:
parent
f9370eaefa
commit
dcdd6d7ebc
1 changed files with 1 additions and 0 deletions
|
|
@ -1268,6 +1268,7 @@ class SvelteReviewer(Reviewer):
|
|||
|
||||
def show(self) -> None:
|
||||
self._initWeb()
|
||||
self.mw.setStateShortcuts(self._shortcutKeys())
|
||||
|
||||
def _remaining(self) -> str:
|
||||
if not self.mw.col.conf["dueCounts"]:
|
||||
|
|
|
|||
Loading…
Reference in a new issue