Set room input to current room at start in main GUI
This commit is contained in:
parent
1a6bd40eb0
commit
afe3290f0a
@ -8,6 +8,7 @@ import re
|
||||
class MainWindow(QtGui.QMainWindow):
|
||||
def addClient(self, client):
|
||||
self._syncplayClient = client
|
||||
self.roomInput.setText(self._syncplayClient.getRoom())
|
||||
|
||||
def promptFor(self, prompt=">", message=""):
|
||||
#TODO: Prompt user
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user