1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-30 08:45:33 +00:00

Merge branch 'fix_6627' into 'master'

Fix #6627

Closes #6627

See merge request OpenMW/openmw!1762
This commit is contained in:
psi29a 2022-04-17 17:13:13 +00:00
commit 8f02cd7d17

View file

@ -55,6 +55,9 @@ Wizard::MainWizard::MainWizard(QWidget *parent) :
<p>Please make sure you have the right permissions \
and try again.</p></body></html>");
boost::filesystem::create_directories(mCfgMgr.getUserConfigPath());
boost::filesystem::create_directories(mCfgMgr.getUserDataPath());
setupLog();
setupGameSettings();
setupLauncherSettings();