mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-04 12:00:10 +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
|
anchors.right: parent.right
|
||||||
font.pixelSize: theme.fontSizeLarger
|
font.pixelSize: theme.fontSizeLarger
|
||||||
text: qsTr("New chat")
|
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: {
|
onClicked: {
|
||||||
LLM.chatListModel.addChat();
|
LLM.chatListModel.addChat();
|
||||||
Network.sendNewChat(LLM.chatListModel.count)
|
Network.sendNewChat(LLM.chatListModel.count)
|
||||||
|
Loading…
Reference in New Issue
Block a user