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 \