fix: Only display spaces between words in reply context (#4977)
This commit is contained in:
@@ -152,6 +152,12 @@ namespace chatterino {
|
||||
|
||||
void Emojis::load()
|
||||
{
|
||||
if (this->loaded_)
|
||||
{
|
||||
return;
|
||||
}
|
||||
this->loaded_ = true;
|
||||
|
||||
this->loadEmojis();
|
||||
|
||||
this->sortEmojis();
|
||||
|
||||
Reference in New Issue
Block a user