Add autoplay GIF setting

This commit is contained in:
miruka
2019-09-12 17:32:48 -04:00
parent 1f58cfeae8
commit 0b60b2b5bc
3 changed files with 7 additions and 63 deletions

View File

@@ -106,6 +106,7 @@ class UISettings(JSONConfigFile):
async def default_data(self) -> JsonData:
return {
"alertOnMessageForMsec": 4000,
"autoPlayGIF": True,
"clearRoomFilterOnEnter": True,
"clearRoomFilterOnEscape": True,
"theme": "Default.qpl",