mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-23 22:18:38 +00:00
fix typo
Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
parent
6799c08f62
commit
5b41b1c0dc
@ -91,9 +91,9 @@ Rectangle {
|
|||||||
}
|
}
|
||||||
MyTabButton {
|
MyTabButton {
|
||||||
text: qsTr("Remote Providers")
|
text: qsTr("Remote Providers")
|
||||||
isSelected: removeModelView.isShown()
|
isSelected: remoteModelView.isShown()
|
||||||
onPressed: {
|
onPressed: {
|
||||||
removeModelView.show();
|
remoteModelView.show();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
MyTabButton {
|
MyTabButton {
|
||||||
@ -124,7 +124,7 @@ Rectangle {
|
|||||||
}
|
}
|
||||||
|
|
||||||
AddRemoteModelView {
|
AddRemoteModelView {
|
||||||
id: removeModelView
|
id: remoteModelView
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user