mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-22 13:18:34 -05:00
UI: Remove LoadOutputSettings from save sequence
This removes the LoadOutputSettings() called in SaveStream1Settings. It caused a bug when trying to save Output settings when both Stream and Output settings have been changed but the changes have not been applied by hitting the 'Apply' button in Settings. Signed-off-by: pkv <pkv@obsproject.com>
This commit is contained in:
@@ -255,7 +255,6 @@ void OBSBasicSettings::SaveStream1Settings()
|
||||
|
||||
main->SetService(newService);
|
||||
main->SaveService();
|
||||
LoadOutputSettings();
|
||||
main->auth = auth;
|
||||
if (!!main->auth) {
|
||||
main->auth->LoadUI();
|
||||
|
||||
Reference in New Issue
Block a user