Merge pull request #1139 from RAnders00/patch-4

Add VIP to settings description of badge toggle
This commit is contained in:
pajlada 2019-07-14 18:51:30 +02:00 committed by GitHub
commit 645f7c74d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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));