mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 15:11:36 -04:00
Merge pull request #1642
This commit is contained in:
commit
0071878106
@ -62,10 +62,11 @@ Wizard::MainWizard::MainWizard(QWidget *parent) :
|
|||||||
setupInstallations();
|
setupInstallations();
|
||||||
setupPages();
|
setupPages();
|
||||||
|
|
||||||
const boost::filesystem::path& installedPath = mCfgMgr.getInstallPath();
|
const boost::filesystem::path& installationPath = mCfgMgr.getInstallPath();
|
||||||
if (!installedPath.empty())
|
if (!installationPath.empty())
|
||||||
{
|
{
|
||||||
addInstallation(toQString(installedPath));
|
const boost::filesystem::path& dataPath = installationPath / "Data Files";
|
||||||
|
addInstallation(toQString(dataPath));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user