diff options
-rw-r--r-- | src/app.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -403,7 +403,8 @@ static void init_App_(iApp *d, int argc, char **argv) { | |||
403 | } | 403 | } |
404 | SDL_free(exec); | 404 | SDL_free(exec); |
405 | } | 405 | } |
406 | const iBool isFirstRun = !fileExistsCStr_FileInfo(cleanedPath_CStr(dataDir_App_())); | 406 | const iBool isFirstRun = |
407 | !fileExistsCStr_FileInfo(cleanedPath_CStr(concatPath_CStr(dataDir_App_(), "prefs.cfg"))); | ||
407 | d->isFinishedLaunching = iFalse; | 408 | d->isFinishedLaunching = iFalse; |
408 | d->launchCommands = new_StringList(); | 409 | d->launchCommands = new_StringList(); |
409 | iZap(d->lastDropTime); | 410 | iZap(d->lastDropTime); |