Update menu.sh

This commit is contained in:
MacRimi 2025-01-12 14:14:36 +01:00 committed by GitHub
parent cdbf7d2b19
commit 8841a6480f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -188,6 +188,7 @@ show_menu() {
else
clear
echo -e "${YW}=== $MENU_TITLE ===${CL}"
echo "1) $OPTION_1"
echo "1) $OPTION_2"
echo "2) $OPTION_3"
echo "q) $EXIT_MENU"