added code for the /commands

This commit is contained in:
2018-01-04 02:50:36 +01:00
parent 02845b32d7
commit 71db0297b9
4 changed files with 153 additions and 75 deletions
+2
View File
@@ -29,6 +29,8 @@ inline bool initSettings(bool portable)
}
}
qDebug() << settingsPath;
if (!QDir().mkpath(settingsPath)) {
printf("Error creating directories for settings: %s\n", qPrintable(settingsPath));
return false;