forked from openlp/openlp
Fix missing string converstion
This commit is contained in:
parent
509917480c
commit
b9a5ee28a9
@ -98,6 +98,7 @@ class SlideController(DisplayController):
|
|||||||
u'loop_separator',
|
u'loop_separator',
|
||||||
u'delay_spin_box'
|
u'delay_spin_box'
|
||||||
]
|
]
|
||||||
|
# audioPauseItem is also in Settings so any changes need to be paired
|
||||||
self.audio_list = [
|
self.audio_list = [
|
||||||
u'audioPauseItem',
|
u'audioPauseItem',
|
||||||
u'audio_time_label'
|
u'audio_time_label'
|
||||||
|
Loading…
Reference in New Issue
Block a user