UI: Update Twitch Get Stream Key link

This commit is contained in:
craftwar 2020-10-16 19:39:11 +08:00 committed by Jim
parent dbf318a388
commit 7331a43aee
2 changed files with 2 additions and 4 deletions

View File

@ -614,8 +614,7 @@ void AutoConfigStreamPage::UpdateKeyLink()
QString streamKeyLink;
if (serviceName == "Twitch") {
streamKeyLink =
"https://www.twitch.tv/broadcast/dashboard/streamkey";
streamKeyLink = "https://dashboard.twitch.tv/settings/stream";
} else if (serviceName.startsWith("YouTube")) {
streamKeyLink = "https://www.youtube.com/live_dashboard";
isYoutube = true;

View File

@ -250,8 +250,7 @@ void OBSBasicSettings::UpdateKeyLink()
QString customServer = ui->customServer->text();
QString streamKeyLink;
if (serviceName == "Twitch") {
streamKeyLink =
"https://www.twitch.tv/broadcast/dashboard/streamkey";
streamKeyLink = "https://dashboard.twitch.tv/settings/stream";
} else if (serviceName.startsWith("YouTube")) {
streamKeyLink = "https://www.youtube.com/live_dashboard";
} else if (serviceName.startsWith("Restream.io")) {