Repair play animation, pause and stop also work now

This commit is contained in:
Arthur Golubtsov
2019-06-11 14:19:32 +03:00
parent 2516906fe1
commit f9fd81da1f
7 changed files with 111 additions and 95 deletions

View File

@@ -106,7 +106,7 @@ class MainWindow(QtWidgets.QMainWindow):
self.ui.pause_button.setText('Resume')
else:
Client.broadcast_message('resume')
self.ui.pause_button.setText('Pause')
self.ui.pause_button.setText('Pause')
@pyqtSlot()
def test_leds(self):