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._syncplayClient = client
|
||||||
self.roomInput.setText(self._syncplayClient.getRoom())
|
self.roomInput.setText(self._syncplayClient.getRoom())
|
||||||
self.config = self._syncplayClient.getConfig()
|
self.config = self._syncplayClient.getConfig()
|
||||||
constants.SHOW_BUTTON_LABELS = self.config['showButtonLabels']
|
|
||||||
try:
|
try:
|
||||||
if self.contactLabel and not self.config['showContactInfo']:
|
if self.contactLabel and not self.config['showContactInfo']:
|
||||||
self.contactLabel.hide()
|
self.contactLabel.hide()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user