diff --git a/qt/aqt/toolbar.py b/qt/aqt/toolbar.py index 2ffcb282f..67dca7555 100644 --- a/qt/aqt/toolbar.py +++ b/qt/aqt/toolbar.py @@ -52,6 +52,8 @@ class Toolbar: self._body % self._centerLinks(), css=["toolbar.css"], context=web_context, ) self.web.adjustHeightToFit() + if self.mw.media_syncer.is_syncing(): + self.set_sync_active(True) # Available links ######################################################################