|
@@ -205,6 +205,13 @@ void OBSBasicSettings::UpdateKeyLink()
|
|
text += QTStr(
|
|
text += QTStr(
|
|
"Basic.AutoConfig.StreamPage.StreamKey.LinkToSite");
|
|
"Basic.AutoConfig.StreamPage.StreamKey.LinkToSite");
|
|
text += "</a>";
|
|
text += "</a>";
|
|
|
|
+ } else if (serviceName == "Facebook Live") {
|
|
|
|
+ text += " <a href=\"https://";
|
|
|
|
+ text += "www.facebook.com/live/create";
|
|
|
|
+ text += "\">";
|
|
|
|
+ text += QTStr(
|
|
|
|
+ "Basic.AutoConfig.StreamPage.StreamKey.LinkToSite");
|
|
|
|
+ text += "</a>";
|
|
}
|
|
}
|
|
|
|
|
|
ui->streamKeyLabel->setText(text);
|
|
ui->streamKeyLabel->setText(text);
|