1
0
Fork 0
mirror of https://github.com/Kunsi/pretalx-plugin-broadcast-tools synced 2024-04-29 13:47:20 +00:00

add default for lower_thirds_theme

This commit is contained in:
Franzi 2021-12-25 09:29:29 +01:00
parent e7c99cc7c9
commit d5e4c26e18
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -14,6 +14,7 @@ hierarkey.add_default(
LazyI18nString,
)
hierarkey.add_default("lower_thirds_info_string", "", LazyI18nString)
hierarkey.add_default("lower_thirds_theme", "default")
@receiver(nav_event_settings)