diff --git a/src/app/config.ts b/src/app/config.ts index 2eef1e920427f09983113c2c5dc847bb8a2471b9..f6d3e60372cc6f473e8975223b4224e7877ae38c 100644 --- a/src/app/config.ts +++ b/src/app/config.ts @@ -26,6 +26,6 @@ export const defaultConfig: IConfig = { showSimpleAnalysis: false, showAdvAnalysis: true, showSelection: true, - showTasks: false, + showTasks: true, showFooter: true, };