mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-23 14:07:58 +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 {
|
||||
text: qsTr("Remote Providers")
|
||||
isSelected: removeModelView.isShown()
|
||||
isSelected: remoteModelView.isShown()
|
||||
onPressed: {
|
||||
removeModelView.show();
|
||||
remoteModelView.show();
|
||||
}
|
||||
}
|
||||
MyTabButton {
|
||||
@ -124,7 +124,7 @@ Rectangle {
|
||||
}
|
||||
|
||||
AddRemoteModelView {
|
||||
id: removeModelView
|
||||
id: remoteModelView
|
||||
Layout.fillWidth: true
|
||||
Layout.fillHeight: true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user