mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-06 07:36:12 -05:00
UI: Enable Get Stream Key Button for Trovo service
Closes obsproject/obs-studio#3005
This commit is contained in:
@@ -252,6 +252,8 @@ void OBSBasicSettings::UpdateKeyLink()
|
||||
streamKeyLink = "https://www.pscp.tv/account/producer";
|
||||
} else if (serviceName.startsWith("YouStreamer")) {
|
||||
streamKeyLink = "https://app.youstreamer.com/stream/";
|
||||
} else if (serviceName == "Trovo") {
|
||||
streamKeyLink = "https://studio.trovo.live/mychannel/stream";
|
||||
}
|
||||
|
||||
if (QString(streamKeyLink).isNull()) {
|
||||
|
||||
Reference in New Issue
Block a user