diff --git a/Settings.c b/Settings.c index 59317959..8132ae78 100644 --- a/Settings.c +++ b/Settings.c @@ -313,6 +313,7 @@ Settings* Settings_new(int cpuCount) { this->countCPUsFromZero = false; this->updateProcessNames = false; this->cpuCount = cpuCount; + this->showProgramPath = true; this->fields = calloc(Platform_numberOfFields+1, sizeof(ProcessField)); // TODO: turn 'fields' into a Vector,