Skip to content

Commit

Permalink
Fix text color on mac.
Browse files Browse the repository at this point in the history
  • Loading branch information
manyoso committed Nov 17, 2023
1 parent 59ed2a0 commit c1809a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gpt4all-chat/qml/LocalDocsSettings.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <b>SBert</a> text embedding model from the download dialog to proceed.")
font.pixelSize: theme.fontSizeLarger
color: theme.textColor
}

MyButton {
Expand Down

0 comments on commit c1809a2

Please sign in to comment.