Add an option to remove spaces between emotes (#2684)
This feature is disabled by default and can be enabled in the settings. Co-authored-by: Mm2PL <jakis128@gmail.com>
This commit is contained in:
@@ -47,6 +47,16 @@ bool MessageLayoutElement::hasTrailingSpace() const
|
||||
return this->trailingSpace;
|
||||
}
|
||||
|
||||
int MessageLayoutElement::getLine() const
|
||||
{
|
||||
return this->line_;
|
||||
}
|
||||
|
||||
void MessageLayoutElement::setLine(int line)
|
||||
{
|
||||
this->line_ = line;
|
||||
}
|
||||
|
||||
MessageLayoutElement *MessageLayoutElement::setTrailingSpace(bool value)
|
||||
{
|
||||
this->trailingSpace = value;
|
||||
|
||||
Reference in New Issue
Block a user