@boldUsernames now work dynamically with the setting (#607)

This commit is contained in:
apa420
2018-07-12 18:56:54 +02:00
committed by fourtf
parent 12a21b7b1a
commit 9dda0a05fa
5 changed files with 19 additions and 7 deletions
+4
View File
@@ -92,6 +92,10 @@ public:
// used in the ChannelView class to make the collapse buttons visible if needed
Collapsed = (1 << 26),
// used for dynamic bold usernames
BoldUsername = (1 << 27),
NonBoldUsername = (1 << 28),
Default = Timestamp | Badges | Username | BitsStatic | FfzEmoteImage | BttvEmoteImage |
TwitchEmoteImage | BitsAmount | Text | AlwaysShow,
};