mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-06-07 07:15:17 -04:00
UI: Update Twitch Get Stream Key link
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user