Explorar o código

UI: Also defer first scene collection load

Fixes a bug where it would try to save the scene before the scene had
been loaded on macOS.
jp9000 %!s(int64=7) %!d(string=hai) anos
pai
achega
e9d22bdbd6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      UI/window-basic-main.cpp

+ 1 - 1
UI/window-basic-main.cpp

@@ -1470,7 +1470,6 @@ void OBSBasic::OBSInit()
 	}
 #endif
 
-	RefreshSceneCollections();
 	RefreshProfiles();
 	disableSaving--;
 
@@ -1618,6 +1617,7 @@ void OBSBasic::DeferredLoad(const QString &file, int requeueCount)
 	}
 
 	Load(QT_TO_UTF8(file));
+	RefreshSceneCollections();
 }
 
 void OBSBasic::UpdateMultiviewProjectorMenu()