Don't limit width of messages with code blocks
This commit is contained in:
@@ -63,6 +63,8 @@ HRowLayout {
|
||||
0
|
||||
|
||||
readonly property int maxMessageWidth:
|
||||
contentText.includes("<pre>") ?
|
||||
-1 :
|
||||
window.settings.maxMessageCharactersPerLine < 0 ?
|
||||
-1 :
|
||||
Math.ceil(
|
||||
|
Reference in New Issue
Block a user