(self, room="")
| 922 | self.playlist.updatePlaylistIndexIcon() |
| 923 | |
| 924 | def updateRoomName(self, room=""): |
| 925 | self.roomsCombobox.setEditText(room) |
| 926 | try: |
| 927 | if self.config['autosaveJoinsToList']: |
| 928 | self.addRoomToList(room) |
| 929 | except: |
| 930 | pass |
| 931 | |
| 932 | def showDebugMessage(self, message): |
| 933 | print(message) |
no test coverage detected