Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
Jared Van Bortel 2025-02-24 11:59:56 -05:00
parent 6799c08f62
commit 5b41b1c0dc

View File

@ -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