aboutsummaryrefslogtreecommitdiff
path: root/src/App.tsx
diff options
context:
space:
mode:
authoromagdy7 <omar.professional8777@gmail.com>2023-11-23 20:33:10 +0200
committeromagdy7 <omar.professional8777@gmail.com>2023-11-23 20:33:10 +0200
commit21b59887998ed042aff2f6ccbbfbbd327f49eee0 (patch)
tree51cd523197a14dd78be58ec27751d947566314ef /src/App.tsx
parentd27f32ae431cca78cda7b64150ae3c29008e9020 (diff)
downloadollama-logseq-21b59887998ed042aff2f6ccbbfbbd327f49eee0.tar.xz
ollama-logseq-21b59887998ed042aff2f6ccbbfbbd327f49eee0.zip
Applying DRY principle and removing duplicate code
Diffstat (limited to 'src/App.tsx')
-rw-r--r--src/App.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.tsx b/src/App.tsx
index c132365..83c2dc5 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -43,7 +43,7 @@ function App() {
logseq.Editor.registerSlashCommand("ollama", ollamaUI)
logseq.Editor.registerBlockContextMenuItem("Create a flash card", convertToFlashCardFromEvent)
logseq.Editor.registerBlockContextMenuItem("Summarize block", summarizeBlockFromEvent)
- logseq.Editor.registerBlockContextMenuItem("Make task into subtasks", DivideTaskIntoSubTasksFromEvent)
+ logseq.Editor.registerBlockContextMenuItem("Divide into subtasks", DivideTaskIntoSubTasksFromEvent)
logseq.App.registerCommandShortcut(
{ "binding": logseq.settings.shortcut },
ollamaUI