summaryrefslogtreecommitdiff
path: root/props_table.go
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2026-03-06 07:46:15 +0300
committerGrail Finder <wohilas@gmail.com>2026-03-06 07:46:15 +0300
commite1f2a8cd7be487a3b4284ca70cc5a2a64b50f5d1 (patch)
tree56eb3c25e7a2463542f8b3a52adbf410c8b7abaf /props_table.go
parentefc92d884c36498220e2b8d5ad9e02f84e42d953 (diff)
Chore: remove unused RagEnabled var
Diffstat (limited to 'props_table.go')
-rw-r--r--props_table.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/props_table.go b/props_table.go
index ec66812..5c3d8d7 100644
--- a/props_table.go
+++ b/props_table.go
@@ -115,9 +115,6 @@ func makePropsTable(props map[string]float32) *tview.Table {
row++
}
// Add checkboxes
- addCheckboxRow("RAG use", cfg.RAGEnabled, func(checked bool) {
- cfg.RAGEnabled = checked
- })
addCheckboxRow("Inject role", injectRole, func(checked bool) {
injectRole = checked
})