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