mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-18 00:38:01 +00:00
Clean up the settings dialog for localdocs a bit.
This commit is contained in:
@@ -226,7 +226,7 @@ Dialog {
|
||||
color: theme.textColor
|
||||
font.bold: localDocsButton.checked
|
||||
font.pixelSize: localDocsButton.checked ? theme.fontSizeLarger : theme.fontSizeLarge
|
||||
text: qsTr("LocalDocs")
|
||||
text: qsTr("Local Docs Plugin")
|
||||
}
|
||||
background: Rectangle {
|
||||
color: localDocsButton.checked ? theme.backgroundDarkest : theme.backgroundLight
|
||||
|
Reference in New Issue
Block a user