Changed the global emoji symbol
This commit is contained in:
@@ -49,7 +49,7 @@ SplitInput::SplitInput(Split *_chatWidget)
|
|||||||
|
|
||||||
this->emotesLabel.getLabel().setTextFormat(Qt::RichText);
|
this->emotesLabel.getLabel().setTextFormat(Qt::RichText);
|
||||||
this->emotesLabel.getLabel().setText(
|
this->emotesLabel.getLabel().setText(
|
||||||
"<img src=':/images/Emoji_Color_1F60A_19.png' width='12' height='12' "
|
"<img src=':/images/emote.svg' width='12' height='12' "
|
||||||
"/>");
|
"/>");
|
||||||
|
|
||||||
connect(&this->emotesLabel, &RippleEffectLabel::clicked, [this] {
|
connect(&this->emotesLabel, &RippleEffectLabel::clicked, [this] {
|
||||||
|
|||||||
Reference in New Issue
Block a user