mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-05 02:20:28 +00:00
Fix typo and add new show references setting to localdocs.
This commit is contained in:
@@ -170,6 +170,23 @@ MySettingsTab {
|
||||
}
|
||||
}
|
||||
|
||||
RowLayout {
|
||||
Label {
|
||||
id: showReferencesLabel
|
||||
text: qsTr("Show references:")
|
||||
color: theme.textColor
|
||||
}
|
||||
MyCheckBox {
|
||||
id: showReferencesBox
|
||||
checked: MySettings.localDocsShowReferences
|
||||
onClicked: {
|
||||
MySettings.localDocsShowReferences = !MySettings.localDocsShowReferences
|
||||
}
|
||||
ToolTip.text: qsTr("Shows any references in GUI generated by localdocs")
|
||||
ToolTip.visible: hovered
|
||||
}
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
Layout.fillWidth: true
|
||||
height: 1
|
||||
|
Reference in New Issue
Block a user