GUI: Set current dir when starting the GUI so results are shown properly
This commit is contained in:
parent
0c1dff5c93
commit
831f2009f5
|
@ -343,6 +343,7 @@ void MainWindow::loadSettings()
|
|||
mProjectFile = new ProjectFile(this);
|
||||
mProjectFile->read(projectFile);
|
||||
loadLastResults();
|
||||
QDir::setCurrent(inf.absolutePath());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue