mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-24 10:14:13 -05:00
UI: Don't clear lastService immediately after setting it
Fixes a bug where when you clicked "Show more..." in the service settings combobox, the currently selected service would be changed to the first service in the list.
This commit is contained in:
@@ -185,7 +185,6 @@ void OBSBasicSettings::LoadStream1Settings()
|
||||
else
|
||||
ui->key->setText(key);
|
||||
|
||||
lastService.clear();
|
||||
ServiceChanged();
|
||||
|
||||
UpdateKeyLink();
|
||||
|
||||
Reference in New Issue
Block a user