forked from openlp/openlp
deleted commented code
This commit is contained in:
parent
3f380c68d9
commit
86d916509b
@ -796,11 +796,7 @@ class ServiceManager(QtGui.QWidget):
|
|||||||
else:
|
else:
|
||||||
delay_suffix = u' ...'
|
delay_suffix = u' ...'
|
||||||
self.TimedSlideInterval.setText(translate('OpenLP.ServiceManager', '&Delay between slides') + delay_suffix)
|
self.TimedSlideInterval.setText(translate('OpenLP.ServiceManager', '&Delay between slides') + delay_suffix)
|
||||||
# TOFO for future: make group explain itself more visually
|
# TODO for future: make group explains itself more visually
|
||||||
#self.AutoPlaySlidesGroup.setChecked(
|
|
||||||
# serviceItem[u'service_item'].timed_slide_interval > 0 and
|
|
||||||
# (serviceItem[u'service_item'].auto_play_slides_once or
|
|
||||||
# serviceItem[u'service_item'].auto_play_slides_loop))
|
|
||||||
else:
|
else:
|
||||||
self.AutoPlaySlidesGroup.menuAction().setVisible(False)
|
self.AutoPlaySlidesGroup.menuAction().setVisible(False)
|
||||||
if serviceItem[u'service_item'].is_capable(ItemCapabilities.HasVariableStartTime):
|
if serviceItem[u'service_item'].is_capable(ItemCapabilities.HasVariableStartTime):
|
||||||
|
Loading…
Reference in New Issue
Block a user