diff --git a/scripts/menus/config_menu.sh b/scripts/menus/config_menu.sh index f911097..9b25710 100644 --- a/scripts/menus/config_menu.sh +++ b/scripts/menus/config_menu.sh @@ -245,7 +245,7 @@ uninstall_proxmenu() { exit 0 } - +show_proxmenux_logo if [[ "$LANGUAGE" != "en" ]]; then msg_lang "$(translate "Generating automatic translations...")" fi diff --git a/scripts/menus/main_menu.sh b/scripts/menus/main_menu.sh index 9275ef1..bb95547 100644 --- a/scripts/menus/main_menu.sh +++ b/scripts/menus/main_menu.sh @@ -54,7 +54,7 @@ show_menu() { done } -# Main flow +show_proxmenux_logo if [[ "$LANGUAGE" != "en" ]]; then msg_lang "$(translate "Generating automatic translations...")" fi diff --git a/scripts/menus/menu_Helper_Scripts.sh b/scripts/menus/menu_Helper_Scripts.sh index 5b9e387..42eb110 100644 --- a/scripts/menus/menu_Helper_Scripts.sh +++ b/scripts/menus/menu_Helper_Scripts.sh @@ -148,7 +148,7 @@ show_menu() { done } - +show_proxmenux_logo if [[ "$LANGUAGE" != "en" ]]; then msg_lang "$(translate "Generating automatic translations...")" fi diff --git a/scripts/menus/menu_post_install.sh b/scripts/menus/menu_post_install.sh index e6ebdcb..58f4372 100644 --- a/scripts/menus/menu_post_install.sh +++ b/scripts/menus/menu_post_install.sh @@ -69,7 +69,7 @@ show_menu() { done } - +show_proxmenux_logo if [[ "$LANGUAGE" != "en" ]]; then msg_lang "$(translate "Generating automatic translations...")" fi