mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-02-04 11:07:48 -08:00
fix(fzf-preview): Make --scale-up flag opt in instead of opt out
This commit is contained in:
@@ -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"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user