From 43b0fe3739b27deae8193daf1145f42fd616b1f1 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Mon, 16 Feb 2026 19:08:16 +0300 Subject: Feat: image preview for filepicker --- 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 a7ad067..ac47f49 100644 --- a/props_table.go +++ b/props_table.go @@ -135,6 +135,9 @@ func makePropsTable(props map[string]float32) *tview.Table { // Reconfigure the app's mouse setting app.EnableMouse(cfg.EnableMouse) }) + addCheckboxRow("Image Preview (file picker)", cfg.ImagePreview, func(checked bool) { + cfg.ImagePreview = checked + }) addCheckboxRow("Auto turn (for cards with many chars)", cfg.AutoTurn, func(checked bool) { cfg.AutoTurn = checked }) -- cgit v1.2.3