Fix open in browser button for whisper split (#1860)

* Fix open in browser button for whisper split

* Update CHANGELOG.md
This commit is contained in:
alazymeme
2020-08-15 18:15:57 +10:00
committed by GitHub
parent 8530ffb7e3
commit fba049dbfb
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -319,7 +319,7 @@ std::unique_ptr<QMenu> SplitHeader::createMainMenu()
if (this->split_->getChannel()->getType() == Channel::Type::TwitchWhispers)
{
menu->addAction(OPEN_IN_BROWSER, this->split_,
menu->addAction(OPEN_WHISPERS_IN_BROWSER, this->split_,
&Split::openWhispersInBrowser);
menu->addSeparator();
}