Fixes #232 opening streams in browser

This commit is contained in:
fourtf
2018-01-17 03:18:47 +01:00
parent db41044daf
commit 776a975624
2 changed files with 15 additions and 5 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ void SplitHeader::addDropdownItems(RippleEffectLabel *label)
this->dropdownMenu.addAction("Change channel", this->split, &Split::doChangeChannel, QKeySequence(tr("Ctrl+R")));
this->dropdownMenu.addAction("Clear chat", this->split, &Split::doClearChat);
this->dropdownMenu.addAction("Open in web browser", this->split, &Split::doOpenChannel);
this->dropdownMenu.addAction("Open web popup player", this->split, &Split::doOpenPopupPlayer);
this->dropdownMenu.addAction("Open web player", this->split, &Split::doOpenPopupPlayer);
this->dropdownMenu.addAction("Open in Streamlink", this->split, &Split::doOpenStreamlink);
this->dropdownMenu.addSeparator();
this->dropdownMenu.addAction("Reload channel emotes", this, SLOT(menuReloadChannelEmotes()));