GUI: Set current dir when starting the GUI so results are shown properly

This commit is contained in:
Daniel Marjamäki 2019-08-14 10:23:36 +02:00
parent 0c1dff5c93
commit 831f2009f5
1 changed files with 1 additions and 0 deletions

View File

@ -343,6 +343,7 @@ void MainWindow::loadSettings()
mProjectFile = new ProjectFile(this);
mProjectFile->read(projectFile);
loadLastResults();
QDir::setCurrent(inf.absolutePath());
}
}
}