소스 검색

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 <[email protected]>
pkv 1 년 전
부모
커밋
ef19644e5e
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      UI/window-basic-settings-stream.cpp

+ 0 - 1
UI/window-basic-settings-stream.cpp

@@ -255,7 +255,6 @@ void OBSBasicSettings::SaveStream1Settings()
 
 
 	main->SetService(newService);
 	main->SetService(newService);
 	main->SaveService();
 	main->SaveService();
-	LoadOutputSettings();
 	main->auth = auth;
 	main->auth = auth;
 	if (!!main->auth) {
 	if (!!main->auth) {
 		main->auth->LoadUI();
 		main->auth->LoadUI();