mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-07-29 00:26:14 -04:00
UI: Fix issue from stream settings Qt slots refactor
5a40934refactored 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:
@@ -170,7 +170,7 @@ void OBSBasicSettings::LoadStream1Settings()
|
||||
ui->key->setText(key);
|
||||
|
||||
lastService.clear();
|
||||
on_service_currentIndexChanged(0);
|
||||
ServiceChanged();
|
||||
|
||||
UpdateKeyLink();
|
||||
UpdateMoreInfoLink();
|
||||
|
||||
Reference in New Issue
Block a user