diff --git a/gpt4all-chat/qml/AddModelView.qml b/gpt4all-chat/qml/AddModelView.qml index 360c6231..7cb76d50 100644 --- a/gpt4all-chat/qml/AddModelView.qml +++ b/gpt4all-chat/qml/AddModelView.qml @@ -144,11 +144,7 @@ Rectangle { backgroundColor: theme.textColor backgroundColorHovered: theme.iconBackgroundDark visible: discoverField.text !== "" - contentItem: Text { - color: clearDiscoverButton.hovered ? theme.iconBackgroundDark : theme.textColor - text: "\u2715" - font.pixelSize: theme.fontSizeLarge - } + source: "qrc:/gpt4all/icons/close.svg" onClicked: { discoverField.text = "" discoverField.sendDiscovery() // should clear results