if toolbar refreshed, make sure not to clear syncing

This commit is contained in:
Damien Elmes 2020-02-04 19:40:01 +10:00
parent 6a64c8dfcc
commit de27cf2a63

View File

@ -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
######################################################################