From ef17304846bb38a77458fd2d3f9f1fa1d276cdf7 Mon Sep 17 00:00:00 2001 From: hkgnp Date: Sun, 1 Oct 2023 21:50:00 +0800 Subject: [PATCH] fix: duplicate settings --- src/settings/index.ts | 8 -------- 1 file changed, 8 deletions(-) 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",