diff --git a/src/plugins/codegeex/copilot.cpp b/src/plugins/codegeex/copilot.cpp index 050fa163..9f652688 100644 --- a/src/plugins/codegeex/copilot.cpp +++ b/src/plugins/codegeex/copilot.cpp @@ -167,7 +167,7 @@ void Copilot::setCurrentModel(CodeGeeX::languageModel model) void Copilot::handleTextChanged() { - editorService->setCompletion("", QIcon::fromTheme("codegeex_anwser_icon"), QKeySequence(Qt::CTRL | Qt::Key_T)); + editorService->setCompletion(""); QMetaObject::invokeMethod(this, [this]() { if (generateTimer->isActive()) generateTimer->stop();