fix(fzf-preview): Make --scale-up flag opt in instead of opt out

This commit is contained in:
iMithrellas
2025-07-29 23:18:35 +02:00
parent b9130018ca
commit 7c11616bea

View File

@@ -12,6 +12,7 @@ GENERAL_AUTO_SELECT_ANIME_RESULT = True
GENERAL_ICONS = True
GENERAL_PREVIEW = lambda: "full" if detect.is_running_kitty_terminal() else "none"
GENERAL_SCALE_PREVIEW = True
GENERAL_SCALE_PREVIEW = False
GENERAL_IMAGE_RENDERER = (
lambda: "icat" if detect.is_running_kitty_terminal() else "chafa"
)