Remove ref to showButtonLabels
This commit is contained in:
parent
ae75750a6d
commit
3130cc93d5
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user