From 3130cc93d567b3ec162847a2b38a59b3e7dcda83 Mon Sep 17 00:00:00 2001 From: Et0h Date: Sat, 29 Nov 2014 19:09:07 +0000 Subject: [PATCH] Remove ref to showButtonLabels --- syncplay/ui/gui.py | 1 - 1 file changed, 1 deletion(-) 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()