feat: add shared chat badge (#5661)

This commit is contained in:
iProdigy
2024-10-22 16:42:19 +00:00
committed by GitHub
parent 2ec8fa8723
commit 18c4815ad7
12 changed files with 150 additions and 2 deletions
+1
View File
@@ -195,6 +195,7 @@ void WindowManager::updateWordTypeMask()
flags.set(settings->animateEmotes ? MEF::BitsAnimated : MEF::BitsStatic);
// badges
flags.set(MEF::BadgeSharedChannel);
flags.set(settings->showBadgesGlobalAuthority ? MEF::BadgeGlobalAuthority
: MEF::None);
flags.set(settings->showBadgesPredictions ? MEF::BadgePredictions