Add --title, and make it display the title in chat mode

This commit is contained in:
Micah Lee 2021-04-12 17:55:16 -04:00
parent 774e77ae51
commit 024cc83943
4 changed files with 13 additions and 8 deletions

View file

@ -42,6 +42,7 @@ class ModeSettings:
},
"persistent": {"mode": None, "enabled": False},
"general": {
"title": None,
"public": False,
"autostart_timer": False,
"autostop_timer": False,