mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Merge pull request #1139 from RAnders00/patch-4
Add VIP to settings description of badge toggle
This commit is contained in:
commit
645f7c74d0
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ void LookPage::addBadgesTab(LayoutCreator<QVBoxLayout> layout)
|
|||
("Show authority badges (staff, admin, turbo, etc)"),
|
||||
getSettings()->showBadgesGlobalAuthority));
|
||||
layout.append(
|
||||
this->createCheckBox(("Show channel badges (broadcaster, moderator)"),
|
||||
this->createCheckBox(("Show channel badges (broadcaster, moderator, VIP)"),
|
||||
getSettings()->showBadgesChannelAuthority));
|
||||
layout.append(this->createCheckBox(("Show subscriber badges "),
|
||||
getSettings()->showBadgesSubscription));
|
||||
|
|
Loading…
Reference in a new issue