MCPcopy Create free account
hub / github.com/Syncplay/syncplay / updateRoomName

Method updateRoomName

syncplay/ui/gui.py:924–930  ·  view source on GitHub ↗
(self, room="")

Source from the content-addressed store, hash-verified

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)

Callers 1

updateRoomNameMethod · 0.45

Calls 1

addRoomToListMethod · 0.95

Tested by

no test coverage detected