UI: Hide network features if a non-RTMP service is set

Only rtmp_output has those features implemented.
This commit is contained in:
tytan652
2022-05-22 13:18:28 +02:00
committed by tt2468
parent 81003b2c64
commit bc80d0ca95
7 changed files with 57 additions and 7 deletions

View File

@@ -92,6 +92,11 @@ void OBSBasicSettings::InitStreamPage()
SLOT(UpdateResFPSLimits()));
connect(ui->service, SIGNAL(currentIndexChanged(int)), &streamUi,
SLOT(UpdateMoreInfoLink()));
connect(ui->service, SIGNAL(currentIndexChanged(int)), this,
SLOT(UpdateAdvNetworkGroup()));
connect(ui->customServer, SIGNAL(textChanged(const QString &)), this,
SLOT(UpdateAdvNetworkGroup()));
}
void OBSBasicSettings::LoadStream1Settings()