diff --git a/gpt4all-chat/qml/AddModelView.qml b/gpt4all-chat/qml/AddModelView.qml index 716492d2..0bb06f24 100644 --- a/gpt4all-chat/qml/AddModelView.qml +++ b/gpt4all-chat/qml/AddModelView.qml @@ -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