Clarify "Custom stream player" functionality (#1889)
* Clarify "Custom stream player" functionality * Remove idiotic idiot proofing
This commit is contained in:
@@ -311,7 +311,7 @@ std::unique_ptr<QMenu> SplitHeader::createMainMenu()
|
||||
|
||||
if (!getSettings()->customURIScheme.getValue().isEmpty())
|
||||
{
|
||||
menu->addAction("Open with URI Scheme", this->split_,
|
||||
menu->addAction("Open in custom player", this->split_,
|
||||
&Split::openWithCustomScheme);
|
||||
}
|
||||
menu->addSeparator();
|
||||
|
||||
Reference in New Issue
Block a user