Fix text color on mac.

This commit is contained in:
Adam Treat 2023-11-15 12:41:57 -05:00 committed by AT
parent 59ed2a0bea
commit c1809a23ba

View File

@ -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 {