Added indications when there are audio, video, photos or gifvs in media attachments

This commit is contained in:
2022-11-09 09:09:37 -06:00
parent d71d3695eb
commit c0654658b5
3 changed files with 23 additions and 5 deletions

View File

@@ -20,6 +20,8 @@ input_device = string(default="Default")
output_device = string(default="Default")
session_mute = boolean(default=False)
current_soundpack = string(default="default")
indicate_audio = boolean(default=True)
indicate_img = boolean(default=True)
[other_buffers]
timelines = list(default=list())