UI: Save scene collection before export

This commit is contained in:
VodBox 2018-12-21 11:26:13 +13:00
parent c9612983e6
commit ab6c3e0f4b

View File

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