summaryrefslogtreecommitdiff
path: root/props_table.go
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2026-03-10 12:21:27 +0300
committerGrail Finder <wohilas@gmail.com>2026-03-10 12:22:27 +0300
commit3013f21a7591da6b432bc23854caec5e75427872 (patch)
treeb26c0bed56d008e8ae999ae152d9d4516917581d /props_table.go
parent528d4210fc23a1f8ee402c48be920f40bb435971 (diff)
Chore: remove roleinject from props table
already exists as keybind (alt+7)
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
})