diff --git a/aqt/preferences.py b/aqt/preferences.py index ff91469f5..da9185cd4 100644 --- a/aqt/preferences.py +++ b/aqt/preferences.py @@ -98,6 +98,7 @@ Not currently enabled; click the sync button in the main window to enable.""")) def onSyncDeauth(self): self.prof['syncKey'] = None + self.mw.col.media.forceResync() self._hideAuth() def updateNetwork(self):