mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-17 10:21:11 +00:00
Merge branch 'wizard' into 'master'
Wizard: fix "file is already opened" warning See merge request OpenMW/openmw!465
This commit is contained in:
commit
bc6bcda58f
@ -157,6 +157,8 @@ void Wizard::MainWizard::setupGameSettings()
|
|||||||
mGameSettings.readUserFile(stream);
|
mGameSettings.readUserFile(stream);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
file.close();
|
||||||
|
|
||||||
// Now the rest
|
// Now the rest
|
||||||
QStringList paths;
|
QStringList paths;
|
||||||
paths.append(userPath + QLatin1String("openmw.cfg"));
|
paths.append(userPath + QLatin1String("openmw.cfg"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user