Running on Archlinux
Software versions
syncplay 1.6.5-1
python 3.8.3-1
python-twisted 20.3.0-1
python-pyside 1.2.4-10
python-pyside-common 1.2.4-10
When I try to change the font settings through the GUI but they always returns to the default value.
Workaround:
Changing default settings in constants.py.
Log:
File "/usr/lib/syncplay/syncplay/ui/GuiConfiguration.py", line 1016, in <lambda>
self.chatOutputFontButton.released.connect(lambda: self.fontDialog("chatOutput"))
File "/usr/lib/syncplay/syncplay/ui/GuiConfiguration.py", line 1059, in fontDialog
self.config[configName + "FontFamily"] = value.family()
AttributeError: 'bool' object has no attribute 'family'```
Running on Archlinux
Software versions
syncplay 1.6.5-1python 3.8.3-1python-twisted 20.3.0-1python-pyside 1.2.4-10python-pyside-common 1.2.4-10When I try to change the font settings through the GUI but they always returns to the default value.
Workaround:
Changing default settings in
constants.py.Log: