Fix wording of this accessible description.

pull/913/head
Adam Treat 1 year ago
parent b51fbda817
commit 35290d6d1b

@ -38,7 +38,7 @@ Drawer {
anchors.right: parent.right
font.pixelSize: theme.fontSizeLarger
text: qsTr("New chat")
Accessible.description: qsTr("Use this to launch an external application that will check for updates to the installer")
Accessible.description: qsTr("Use this to create a new chat")
onClicked: {
LLM.chatListModel.addChat();
Network.sendNewChat(LLM.chatListModel.count)

Loading…
Cancel
Save