diff --git a/fastanime/core/config/defaults.py b/fastanime/core/config/defaults.py index e90822f..814ede2 100644 --- a/fastanime/core/config/defaults.py +++ b/fastanime/core/config/defaults.py @@ -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" )