UI: Fix issue from stream settings Qt slots refactor

5a40934 refactored slots around services but a
on_service_currentIndexChanged() was not replaced by ServiceChanged().

The latter contains the code that was in the former before the refactor.

5a409347d5
This commit is contained in:
tytan652
2023-03-25 21:26:37 +01:00
committed by Ryan Foster
parent 8f3bf0a0e3
commit 79b7e61f0a

View File

@@ -170,7 +170,7 @@ void OBSBasicSettings::LoadStream1Settings()
ui->key->setText(key);
lastService.clear();
on_service_currentIndexChanged(0);
ServiceChanged();
UpdateKeyLink();
UpdateMoreInfoLink();