Add docs link for streamlink --args (#4217)
This commit is contained in:
@@ -41,7 +41,10 @@ ExternalToolsPage::ExternalToolsPage()
|
||||
" " +
|
||||
formatRichNamedLink(
|
||||
"https://github.com/streamlink/streamlink/releases/latest",
|
||||
"Download"));
|
||||
"Download") +
|
||||
" " +
|
||||
formatRichNamedLink("https://streamlink.github.io/cli.html#twitch",
|
||||
"Documentation"));
|
||||
links->setTextFormat(Qt::RichText);
|
||||
links->setTextInteractionFlags(Qt::TextBrowserInteraction |
|
||||
Qt::LinksAccessibleByKeyboard |
|
||||
|
||||
Reference in New Issue
Block a user