Skip to content

Commit

Permalink
Merge pull request #922 from plexguide/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Admin9705 authored Sep 3, 2024
2 parents 40ce33e + 1e82ac2 commit 2d5d4cc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mods/scripts/menu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RED="\033[0;31m"
ORANGE="\033[0;33m"
WHITE="\033[1;37m"
BLUE="\033[0;34m"
CYAN="\033[0;36m"
BOLD="\033[1m"
NC="\033[0m" # No color

Expand All @@ -30,6 +31,8 @@ get_color() {
echo "$RED"
elif [[ "$VERSION" == *".B"* ]]; then
echo "$ORANGE"
elif [[ "$VERSION" == *"Fork -"* ]]; then
echo "$CYAN"
else
echo "$WHITE"
fi
Expand Down Expand Up @@ -90,9 +93,7 @@ main_menu() {
# Get the color based on the version
COLOR=$(get_color)

echo -e "${COLOR}${BOLD}════════════════════════════════════════════════${NC}"
echo -e "${COLOR}${BOLD}Welcome to PlexGuide: $VERSION${NC}"
echo -e "${COLOR}${BOLD}════════════════════════════════════════════════${NC}"
echo "" # Blank line for separation

echo -e "A) Apps Management"
Expand Down

0 comments on commit 2d5d4cc

Please sign in to comment.