Skip to content

Commit

Permalink
Fix: TLS lock icon disappeared when any user disconnected
Browse files Browse the repository at this point in the history
  • Loading branch information
albertosottile committed Feb 19, 2019
1 parent d7fa6cc commit 32085f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion syncplay/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,6 @@ def setUserOffset(self, time):
self.ui.showMessage(getMessage("current-offset-notification").format(self._userOffset))

def onDisconnect(self):
self.ui.setSSLMode(False)
if self._config['pauseOnLeave']:
self.setPaused(True)
self.lastPausedOnLeaveTime = time.time()
Expand Down

0 comments on commit 32085f8

Please sign in to comment.