fix: Only display spaces between words in reply context (#4977)

This commit is contained in:
nerix
2023-11-26 11:15:35 +01:00
committed by GitHub
parent 1a685d7bd0
commit 854032fce9
6 changed files with 133 additions and 10 deletions
+6
View File
@@ -152,6 +152,12 @@ namespace chatterino {
void Emojis::load()
{
if (this->loaded_)
{
return;
}
this->loaded_ = true;
this->loadEmojis();
this->sortEmojis();