forked from openlp/openlp
fix
This commit is contained in:
parent
43af89f70f
commit
802de6d241
@ -290,8 +290,7 @@ class GeneralTab(SettingsTab):
|
|||||||
False))
|
False))
|
||||||
self.timeoutSpinBox.setValue(settings.value(u'loop delay', 5))
|
self.timeoutSpinBox.setValue(settings.value(u'loop delay', 5))
|
||||||
self.monitorRadioButton.setChecked(
|
self.monitorRadioButton.setChecked(
|
||||||
not settings.value(u'override position',
|
settings.value(u'override position', False))
|
||||||
False))
|
|
||||||
self.overrideRadioButton.setChecked(settings.value(u'override position',
|
self.overrideRadioButton.setChecked(settings.value(u'override position',
|
||||||
False))
|
False))
|
||||||
self.customXValueEdit.setValue(settings.value(u'x position',
|
self.customXValueEdit.setValue(settings.value(u'x position',
|
||||||
|
Loading…
Reference in New Issue
Block a user