mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-10 18:46:10 -04:00
UI: Enable custom server entry for Amazon IVS
This commit is contained in:
@@ -802,7 +802,7 @@ void OBSBasicSettings::UpdateServerList()
|
||||
ui->server->addItem(name, server);
|
||||
}
|
||||
|
||||
if (serviceName == "Twitch") {
|
||||
if (serviceName == "Twitch" || serviceName == "Amazon IVS") {
|
||||
ui->server->addItem(
|
||||
QTStr("Basic.Settings.Stream.SpecifyCustomServer"),
|
||||
CustomServerUUID());
|
||||
|
||||
Reference in New Issue
Block a user