From c1809a23ba3918d732b478c0b57aba7f1b91d8c4 Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Wed, 15 Nov 2023 12:41:57 -0500 Subject: [PATCH] Fix text color on mac. --- gpt4all-chat/qml/LocalDocsSettings.qml | 1 + 1 file changed, 1 insertion(+) 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 {