Added Subscribe option to channel menu
Added the option to visit the subscription page of a channel from chatterino
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user