Chore: remove roleinject from props table

already exists as keybind (alt+7)
This commit is contained in:
Grail Finder
2026-03-10 12:21:27 +03:00
parent 528d4210fc
commit 3013f21a75

View File

@@ -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
})