summaryrefslogtreecommitdiff
path: root/props_table.go
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2026-03-13 09:26:11 +0300
committerGrail Finder <wohilas@gmail.com>2026-03-13 09:26:11 +0300
commit13773bcc977a761ec2cef0a1d43f210634841548 (patch)
treedc02de0bdc8a8c2c6f9d625aebf580d6dacdfa03 /props_table.go
parente77dbb3160bb3999a98f9fc3f9aac62909cee4a4 (diff)
parentd9b820c9c4971922fcde0b373f70c54c870446d5 (diff)
Merge branch 'master' into feat/agent-flow
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 d1d3680..3cf796c 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("Inject role", injectRole, func(checked bool) {
- injectRole = checked
- })
addCheckboxRow("TTS Enabled", cfg.TTS_ENABLED, func(checked bool) {
cfg.TTS_ENABLED = checked
})