Merge branch 'master' of github.com:Uriziel/syncplay
This commit is contained in:
commit
70edc71c46
@ -127,7 +127,7 @@ class ConfigDialog(QtGui.QDialog):
|
|||||||
self.config['room'] = self.defaultroomTextbox.text()
|
self.config['room'] = self.defaultroomTextbox.text()
|
||||||
self.config['password'] = self.serverpassTextbox.text()
|
self.config['password'] = self.serverpassTextbox.text()
|
||||||
self.config['playerPath'] = self.executablepathCombobox.currentText()
|
self.config['playerPath'] = self.executablepathCombobox.currentText()
|
||||||
self.config['file'] = os.path.abspath(self.mediapathTextbox.text())
|
self.config['file'] = os.path.abspath(self.mediapathTextbox.text()) if self.mediapathTextbox.text() != "" else None
|
||||||
if self.alwaysshowCheckbox.isChecked() == True:
|
if self.alwaysshowCheckbox.isChecked() == True:
|
||||||
self.config['forceGuiPrompt'] = True
|
self.config['forceGuiPrompt'] = True
|
||||||
else:
|
else:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user