fix: typo should be text not info

This commit is contained in:
Benexl
2025-10-31 23:23:03 +03:00
parent 7401a1ad8f
commit 925c30c06e

View File

@@ -202,7 +202,7 @@ if PREVIEW_MODE == "image" or PREVIEW_MODE == "full":
print("🖼️ Loading image...")
console.print(Rule(style=f"rgb({SEPARATOR_COLOR})"))
if PREVIEW_MODE == "info" or PREVIEW_MODE == "full":
if PREVIEW_MODE == "text" or PREVIEW_MODE == "full":
preview_info_path = INFO_CACHE_DIR / f"{hash}.py"
if preview_info_path.exists():
subprocess.run(