From 5b41b1c0dc81ca2830eff4979c0298613c5412db Mon Sep 17 00:00:00 2001 From: Jared Van Bortel Date: Mon, 24 Feb 2025 11:59:56 -0500 Subject: [PATCH] fix typo Signed-off-by: Jared Van Bortel --- gpt4all-chat/qml/AddModelView.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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