From 4e473fd4275e61a852ca1b75f15ef829c9cb5366 Mon Sep 17 00:00:00 2001 From: skyjake Date: Tue, 10 Sep 2013 18:59:55 +0300 Subject: [PATCH] Fixed|ClientApp: Create /home/configs if it doesn't exist ClientApp is responsible for setting up the basic folder structure. --- doomsday/client/src/clientapp.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doomsday/client/src/clientapp.cpp b/doomsday/client/src/clientapp.cpp index b12474d1a9..8f7ca817e6 100644 --- a/doomsday/client/src/clientapp.cpp +++ b/doomsday/client/src/clientapp.cpp @@ -330,6 +330,9 @@ void ClientApp::initialize() initSubsystems(); // loads Config + // Create the user's configurations and settings folder, if it doesn't exist. + fileSystem().makeFolder("/home/configs"); + d->initSettings(); // Initialize.