mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-02 09:40:42 +00:00
Fix wording of this accessible description.
This commit is contained in:
parent
3e828e1e4b
commit
e756675d56
@ -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…
Reference in New Issue
Block a user