diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-02-03 12:04:20 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-02-03 12:04:20 +0300 |
| commit | 0f5bbaa94390cd4d11facc8b2e7fb825b128ef31 (patch) | |
| tree | 0089e29c26a0411e9f3b107f513d4ce939be6e5f /props_table.go | |
| parent | 65b4f01177a38497b0ecb82b09f9dcded55c5acb (diff) | |
Enha: update config
Diffstat (limited to 'props_table.go')
| -rw-r--r-- | props_table.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/props_table.go b/props_table.go index 1b8e894..d037bb0 100644 --- a/props_table.go +++ b/props_table.go @@ -140,6 +140,9 @@ func makePropsTable(props map[string]float32) *tview.Table { addCheckboxRow("Auto turn (for cards with many chars)", cfg.AutoTurn, func(checked bool) { cfg.AutoTurn = checked }) + addCheckboxRow("Char specific context", cfg.CharSpecificContextEnabled, func(checked bool) { + cfg.CharSpecificContextEnabled = checked + }) // Add dropdowns logLevels := []string{"Debug", "Info", "Warn"} addListPopupRow("Set log level", logLevels, GetLogLevel(), func(option string) { |
