From 843e665b1d5e8b0acdbeb7a6a982b642b09fe1fc Mon Sep 17 00:00:00 2001 From: Tw93 Date: Fri, 3 Oct 2025 14:21:57 +0800 Subject: [PATCH] :art: Every time the animation appears --- mole | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mole b/mole index 6972476..fbeed4f 100755 --- a/mole +++ b/mole @@ -261,7 +261,9 @@ interactive_main_menu() { fi } - maybe_show_intro + if [[ -t 1 ]]; then + animate_mole_intro + fi local current_option=1 local first_draw=true cleanup_and_exit() {