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 530f9547f5
commit b5c68fa5ca
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
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,