diff --git a/gpt4all-chat/qml/LocalDocsSettings.qml b/gpt4all-chat/qml/LocalDocsSettings.qml index 9c0ab8b1..52deb941 100644 --- a/gpt4all-chat/qml/LocalDocsSettings.qml +++ b/gpt4all-chat/qml/LocalDocsSettings.qml @@ -35,6 +35,7 @@ MySettingsTab { Layout.alignment: Qt.AlignLeft text: qsTr("This feature requires the download of a text embedding model in order to index documents for later search. Please download the SBert text embedding model from the download dialog to proceed.") font.pixelSize: theme.fontSizeLarger + color: theme.textColor } MyButton {