Added Subscribe option to channel menu

Added the option to visit the subscription page of a channel from chatterino
This commit is contained in:
TranRed
2019-07-16 21:59:04 +02:00
parent fb6a55847d
commit a768515849
3 changed files with 14 additions and 0 deletions
+3
View File
@@ -284,9 +284,12 @@ std::unique_ptr<QMenu> SplitHeader::createMainMenu()
// sub menu
auto moreMenu = new QMenu("More", this);
moreMenu->addAction("Show viewer list", this->split_,
&Split::showViewerList);
moreMenu->addAction("Subscribe", this->split_, &Split::openSubPage);
auto action = new QAction(this);
action->setText("Notify when live");
action->setCheckable(true);