Feat: image preview for filepicker

This commit is contained in:
Grail Finder
2026-02-16 19:08:16 +03:00
parent 1b36ef938e
commit 43b0fe3739
3 changed files with 68 additions and 2 deletions

View File

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