mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Changed the global emoji symbol
This commit is contained in:
parent
cb0d078648
commit
6377331364
1 changed files with 1 additions and 1 deletions
|
@ -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] {
|
||||||
|
|
Loading…
Reference in a new issue