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.
@@ -185,7 +185,6 @@ void OBSBasicSettings::LoadStream1Settings()
else
ui->key->setText(key);
- lastService.clear();
ServiceChanged();
UpdateKeyLink();