diff --git a/imports/NeoChat/Component/ChatBox/CompletionMenu.qml b/imports/NeoChat/Component/ChatBox/CompletionMenu.qml index aa7b40bb9..2ed761504 100644 --- a/imports/NeoChat/Component/ChatBox/CompletionMenu.qml +++ b/imports/NeoChat/Component/ChatBox/CompletionMenu.qml @@ -124,8 +124,8 @@ Popup { Kirigami.BasicListItem { id: commandItem width: ListView.view.width ?? implicitWidth + text: "" + modelData.parameter.replace("<", "<").replace(">", ">") + " " + modelData.help property string displayName: modelData.command - text: modelData.help leading: Label { id: commandLabel