From 0e6d2747cde8485d4d1ce7e2dd866e03f77467fc Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Mon, 2 Feb 2026 08:29:38 +0300 Subject: Enha: auto turn config switch --- props_table.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'props_table.go') diff --git a/props_table.go b/props_table.go index a235d7c..1b8e894 100644 --- a/props_table.go +++ b/props_table.go @@ -137,6 +137,9 @@ func makePropsTable(props map[string]float32) *tview.Table { // Reconfigure the app's mouse setting app.EnableMouse(cfg.EnableMouse) }) + addCheckboxRow("Auto turn (for cards with many chars)", cfg.AutoTurn, func(checked bool) { + cfg.AutoTurn = checked + }) // Add dropdowns logLevels := []string{"Debug", "Info", "Warn"} addListPopupRow("Set log level", logLevels, GetLogLevel(), func(option string) { -- cgit v1.2.3