Fix: Enter syncs after sync shortcut pressed

This commit is contained in:
Luc Mcgrady 2025-11-24 10:13:54 +00:00
parent f9370eaefa
commit dcdd6d7ebc
No known key found for this signature in database
GPG key ID: 4F3D7A0B17CC3D9C

View file

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