summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpkv <pkv@obsproject.com>2024-02-27 00:03:34 +0100
committerRyan Foster <ryan@obsproject.com>2024-02-27 18:26:09 -0500
commitef19644e5efe8b07d64f77f59fa9105e0ec76c75 (patch)
tree7767833bbe83d52381b682f5d82287ee5bedde9c
parent5a27d93cfa7b05b38963876d4a3a1805692c207b (diff)
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>
-rw-r--r--UI/window-basic-settings-stream.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/UI/window-basic-settings-stream.cpp b/UI/window-basic-settings-stream.cpp
index 6c683ddb7..27c44990c 100644
--- a/UI/window-basic-settings-stream.cpp
+++ b/UI/window-basic-settings-stream.cpp
@@ -255,7 +255,6 @@ void OBSBasicSettings::SaveStream1Settings()
main->SetService(newService);
main->SaveService();
- LoadOutputSettings();
main->auth = auth;
if (!!main->auth) {
main->auth->LoadUI();