fix: change viewer list to chatter list (#4732)

* fix: change viewer list to chatter list

* fix: enter changelog entry
This commit is contained in:
SputNikPlop
2023-07-29 03:47:24 -07:00
committed by GitHub
parent 33fa3e0a97
commit 7079729591
3 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -319,7 +319,7 @@ void SplitHeader::initializeLayout()
}
});
}),
// viewer list
// chatter list
this->viewersButton_ = makeWidget<Button>([&](auto w) {
QObject::connect(w, &Button::leftClicked, this, [this]() {
this->split_->showViewerList();
@@ -516,7 +516,7 @@ std::unique_ptr<QMenu> SplitHeader::createMainMenu()
if (twitchChannel)
{
moreMenu->addAction(
"Show viewer list", this->split_, &Split::showViewerList,
"Show chatter list", this->split_, &Split::showViewerList,
h->getDisplaySequence(HotkeyCategory::Split, "openViewerList"));
moreMenu->addAction("Subscribe", this->split_, &Split::openSubPage);