diff --git a/syncplay/ui/gui.py b/syncplay/ui/gui.py index c028890..e44d262 100644 --- a/syncplay/ui/gui.py +++ b/syncplay/ui/gui.py @@ -73,7 +73,6 @@ class MainWindow(QtGui.QMainWindow): self._syncplayClient = client self.roomInput.setText(self._syncplayClient.getRoom()) self.config = self._syncplayClient.getConfig() - constants.SHOW_BUTTON_LABELS = self.config['showButtonLabels'] try: if self.contactLabel and not self.config['showContactInfo']: self.contactLabel.hide()