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:
gxalpha
2023-07-22 16:19:26 -07:00
committed by Lain
parent 343eda4f04
commit 633b9e39f7
-1
View File
@@ -185,7 +185,6 @@ void OBSBasicSettings::LoadStream1Settings()
else
ui->key->setText(key);
lastService.clear();
ServiceChanged();
UpdateKeyLink();