Add maxMessageCharactersPerLine setting

Can be set to -1 for no maximum width.
This commit is contained in:
miruka
2020-05-16 14:28:29 -04:00
parent 315237b411
commit 60ad7416d9
3 changed files with 16 additions and 2 deletions

View File

@@ -238,6 +238,7 @@ class UISettings(JSONDataFile):
"hideProfileChangeEvents": True,
"hideMembershipEvents": False,
"hideUnknownEvents": False,
"maxMessageCharactersPerLine": 65,
"theme": "Midnight.qpl",
"writeAliases": {},
"media": {