UI: Fix Export QFileDialog parent

master
SuslikV 2016-12-24 13:44:41 +02:00 committed by GitHub
parent afe37773bc
commit fae5082b8b
1 changed files with 1 additions and 1 deletions

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)");