Wizard: fix "file is already opened" warning

pull/593/head
Alexei Dobrohotov 4 years ago
parent c8d85dcf30
commit ab789e37e1

@ -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…
Cancel
Save