chore: remove emote name for badge

This commit is contained in:
iProdigy 2024-10-21 15:20:15 -07:00
parent 0163474a93
commit c7512dc734
5 changed files with 5 additions and 5 deletions

View file

@ -384,7 +384,7 @@ EmotePtr makeAutoModBadge()
EmotePtr makeSharedChatBadge(const QString &sourceName)
{
return std::make_shared<Emote>(
Emote{"SharedChat_" + sourceName,
Emote{EmoteName{},
ImageSet{Image::fromResourcePixmap(
getResources().twitch.sharedChat, 0.25)},
Tooltip{"Shared Message" +

View file

@ -70,7 +70,7 @@
"images": {
"1x": ""
},
"name": "SharedChat_",
"name": "",
"tooltip": "Shared Message"
},
"flags": "BadgeSharedChannel",

View file

@ -70,7 +70,7 @@
"images": {
"1x": ""
},
"name": "SharedChat_twitchdev",
"name": "",
"tooltip": "Shared Message from twitchdev"
},
"flags": "BadgeSharedChannel",

View file

@ -70,7 +70,7 @@
"images": {
"1x": ""
},
"name": "SharedChat_twitchdev",
"name": "",
"tooltip": "Shared Message from twitchdev"
},
"flags": "BadgeSharedChannel",

View file

@ -70,7 +70,7 @@
"images": {
"1x": ""
},
"name": "SharedChat_",
"name": "",
"tooltip": "Shared Message"
},
"flags": "BadgeSharedChannel",