mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-03 17:54:06 +00:00
Fix #6627
This commit is contained in:
parent
7ebf9a3c45
commit
fa29b9d6f7
@ -55,6 +55,9 @@ Wizard::MainWizard::MainWizard(QWidget *parent) :
|
|||||||
<p>Please make sure you have the right permissions \
|
<p>Please make sure you have the right permissions \
|
||||||
and try again.</p></body></html>");
|
and try again.</p></body></html>");
|
||||||
|
|
||||||
|
boost::filesystem::create_directories(mCfgMgr.getUserConfigPath());
|
||||||
|
boost::filesystem::create_directories(mCfgMgr.getUserDataPath());
|
||||||
|
|
||||||
setupLog();
|
setupLog();
|
||||||
setupGameSettings();
|
setupGameSettings();
|
||||||
setupLauncherSettings();
|
setupLauncherSettings();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user