if toolbar refreshed, make sure not to clear syncing
This commit is contained in:
parent
6a64c8dfcc
commit
de27cf2a63
@ -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
|
||||
######################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user