aboutsummaryrefslogtreecommitdiff
path: root/src/main.tsx
diff options
context:
space:
mode:
authorgixita <kris.laermans@gmail.com>2024-02-10 15:03:39 +0100
committergixita <kris.laermans@gmail.com>2024-02-10 15:03:39 +0100
commitfe8403156aa664c8fb203bddc243eb6fc4448b1a (patch)
tree0b85aea29fe83abe0cb2aa3eae42c7710f97b57a /src/main.tsx
parentfc1d6985c9eb0c31b8ea05244e4a270d9ec8ffaa (diff)
downloadollama-logseq-fe8403156aa664c8fb203bddc243eb6fc4448b1a.tar.xz
ollama-logseq-fe8403156aa664c8fb203bddc243eb6fc4448b1a.zip
Move the custom prompt trigger on the block command
Diffstat (limited to 'src/main.tsx')
-rw-r--r--src/main.tsx7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/main.tsx b/src/main.tsx
index a544760..a78d85d 100644
--- a/src/main.tsx
+++ b/src/main.tsx
@@ -36,13 +36,6 @@ let settings: SettingSchemaDesc[] = [
description: "Shortcut to open plugin command pallete",
default: "mod+shift+o"
},
- {
- key: "custom_prompt_block",
- type: "string",
- title: "Custom prompt block",
- description: "Define your custom prompt and use a block as context",
- default: "Translate in French : "
- },
]