UI: Fix Export QFileDialog parent

This commit is contained in:
SuslikV
2016-12-24 13:44:41 +02:00
committed by GitHub
parent afe37773bc
commit fae5082b8b

View File

@@ -399,7 +399,7 @@ void OBSBasic::on_actionExportSceneCollection_triggered()
}
QString exportFile = QFileDialog::getSaveFileName(
0,
this,
QTStr("Basic.MainMenu.SceneCollection.Export"),
home + "/" + currentFile,
"JSON Files (*.json)");