mirror of
https://github.com/Kunsi/pretalx-plugin-broadcast-tools
synced 2024-11-01 01:05:50 +00:00
add default for lower_thirds_theme
This commit is contained in:
parent
e7c99cc7c9
commit
d5e4c26e18
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ hierarkey.add_default(
|
||||||
LazyI18nString,
|
LazyI18nString,
|
||||||
)
|
)
|
||||||
hierarkey.add_default("lower_thirds_info_string", "", LazyI18nString)
|
hierarkey.add_default("lower_thirds_info_string", "", LazyI18nString)
|
||||||
|
hierarkey.add_default("lower_thirds_theme", "default")
|
||||||
|
|
||||||
|
|
||||||
@receiver(nav_event_settings)
|
@receiver(nav_event_settings)
|
||||||
|
|
Loading…
Reference in a new issue