mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-04-04 23:04:20 -04:00
UI: Fix UseStreamKeyAdv not display stream key and not hide button
This commit is contained in:
@@ -480,6 +480,8 @@ static void get_yt_ch_title(Ui::OBSBasicSettings *ui)
|
||||
void OBSBasicSettings::UseStreamKeyAdvClicked()
|
||||
{
|
||||
ui->streamKeyWidget->setVisible(true);
|
||||
ui->streamKeyLabel->setVisible(true);
|
||||
ui->useStreamKeyAdv->setVisible(false);
|
||||
}
|
||||
|
||||
void OBSBasicSettings::on_service_currentIndexChanged(int idx)
|
||||
|
||||
Reference in New Issue
Block a user