Merge pull request #1587 from VodBox/sc-export-save

UI: Save scene collection before export
This commit is contained in:
Jim
2019-01-05 10:47:29 -08:00
committed by GitHub

View File

@@ -439,6 +439,8 @@ void OBSBasic::on_actionImportSceneCollection_triggered()
void OBSBasic::on_actionExportSceneCollection_triggered()
{
SaveProjectNow();
char path[512];
QString home = QDir::homePath();