Skip to content

Commit 05a0534

Browse files
committed
ai-text-tool: fix result string
1 parent ed54787 commit 05a0534

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ai-text-tool/ai-text-tool.qml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ Script {
5252
return;
5353
}
5454

55-
script.noteTextEditWrite(aiResult);
55+
script.noteTextEditWrite(dialogResult);
5656
}
5757
}

ai-text-tool/info.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"script": "ai-text-tool.qml",
55
"authors": ["@pbek"],
66
"platforms": ["linux", "macos", "windows"],
7-
"version": "0.0.2",
7+
"version": "0.0.3",
88
"minAppVersion": "24.5.3",
99
"description" : "This script allows some options to use the AI completer to replace the selected text."
1010
}

0 commit comments

Comments
 (0)