diff --git a/src/settings/index.ts b/src/settings/index.ts index c3c8b5f..4e622cf 100644 --- a/src/settings/index.ts +++ b/src/settings/index.ts @@ -75,14 +75,6 @@ export const callSettings = async (projects: string[], labels: string[]) => { description: "If true, tasks will be added under a parent block with their project name.", }, - { - key: "retrieveAppendCreationDateTime", - type: "boolean", - default: false, - title: "Append Creation Date and Time", - description: - "If set to true, all retrieved tasks will have their creation date and time appended.", - }, { key: "retrieveAppendTodo", type: "boolean",