Add docs link for streamlink --args (#4217)

This commit is contained in:
Felanbird
2022-12-06 17:27:27 -05:00
committed by GitHub
parent b7888749fe
commit 783b05c103
2 changed files with 5 additions and 1 deletions
@@ -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 |