(self, command)
| 1426 | self._syncplayClient.fileSwitch.updateInfo() |
| 1427 | |
| 1428 | def executeCommand(self, command): |
| 1429 | self.showMessage("/{}".format(command)) |
| 1430 | self.console.executeCommand(command) |
| 1431 | |
| 1432 | def sendChatMessage(self): |
| 1433 | chatText = self.chatInput.text() |
no test coverage detected