Add VIP to settings description of badge toggle

This commit is contained in:
Ruben Anders
2019-07-14 15:31:40 +02:00
committed by GitHub
parent feef6c6aaa
commit 667d2dbdda
+1 -1
View File
@@ -332,7 +332,7 @@ void LookPage::addBadgesTab(LayoutCreator<QVBoxLayout> layout)
("Show authority badges (staff, admin, turbo, etc)"), ("Show authority badges (staff, admin, turbo, etc)"),
getSettings()->showBadgesGlobalAuthority)); getSettings()->showBadgesGlobalAuthority));
layout.append( layout.append(
this->createCheckBox(("Show channel badges (broadcaster, moderator)"), this->createCheckBox(("Show channel badges (broadcaster, moderator, VIP)"),
getSettings()->showBadgesChannelAuthority)); getSettings()->showBadgesChannelAuthority));
layout.append(this->createCheckBox(("Show subscriber badges "), layout.append(this->createCheckBox(("Show subscriber badges "),
getSettings()->showBadgesSubscription)); getSettings()->showBadgesSubscription));