From c4cd308ba5d8e4d48a79c05a97fb7ce5a7b60fd7 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Thu, 22 May 2025 19:01:38 +0200 Subject: [PATCH] Update menu --- menu | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/menu b/menu index a72185a..ccf1b7b 100644 --- a/menu +++ b/menu @@ -43,12 +43,13 @@ if [[ -f "$UTILS_FILE" ]]; then fi # ========================================================== -show_proxmenux_logo +#show_proxmenux_logo # Initialize language configuration initialize_config() { + show_proxmenux_logo # Check if config file exists and has language field if [ ! -f "$CONFIG_FILE" ] || [ -z "$(jq -r '.language // empty' "$CONFIG_FILE")" ]; then LANGUAGE=$(whiptail --title "$(translate "Select Language")" --menu "$(translate "Choose a language for the menu:")" 20 60 12 \