mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-16 16:20:53 +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);
|
||||
}
|
||||
|
||||
file.close();
|
||||
|
||||
// Now the rest
|
||||
QStringList paths;
|
||||
paths.append(userPath + QLatin1String("openmw.cfg"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user