Remove ref to showButtonLabels

This commit is contained in:
Et0h 2014-11-29 19:09:07 +00:00
parent ae75750a6d
commit 3130cc93d5

View File

@ -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()