mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-08-12 05:12:07 +00:00
Fix text color on mac.
This commit is contained in:
parent
59ed2a0bea
commit
c1809a23ba
@ -35,6 +35,7 @@ MySettingsTab {
|
|||||||
Layout.alignment: Qt.AlignLeft
|
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.")
|
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
|
font.pixelSize: theme.fontSizeLarger
|
||||||
|
color: theme.textColor
|
||||||
}
|
}
|
||||||
|
|
||||||
MyButton {
|
MyButton {
|
||||||
|
Loading…
Reference in New Issue
Block a user