summaryrefslogtreecommitdiff
path: root/props_table.go
diff options
context:
space:
mode:
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 5c3d8d7..d1d3680 100644
--- a/props_table.go
+++ b/props_table.go
@@ -121,9 +121,6 @@ func makePropsTable(props map[string]float32) *tview.Table {
addCheckboxRow("TTS Enabled", cfg.TTS_ENABLED, func(checked bool) {
cfg.TTS_ENABLED = checked
})
- addCheckboxRow("Auto clean tool calls from context", cfg.AutoCleanToolCallsFromCtx, func(checked bool) {
- cfg.AutoCleanToolCallsFromCtx = checked
- })
addCheckboxRow("Enable Mouse", cfg.EnableMouse, func(checked bool) {
cfg.EnableMouse = checked
// Reconfigure the app's mouse setting