diff --git a/scripts/customizable_post_install.sh b/scripts/customizable_post_install.sh index c691c87..2f0782e 100644 --- a/scripts/customizable_post_install.sh +++ b/scripts/customizable_post_install.sh @@ -2826,8 +2826,9 @@ fi -show_proxmenux_logo + if [[ "$LANGUAGE" != "en" ]]; then + show_proxmenux_logo msg_lang "$(translate "Generating automatic translations...")" fi main_menu diff --git a/scripts/menus/config_menu.sh b/scripts/menus/config_menu.sh index d6a1efd..c13c86b 100644 --- a/scripts/menus/config_menu.sh +++ b/scripts/menus/config_menu.sh @@ -148,7 +148,7 @@ show_version_info() { dialog --title "$(translate "ProxMenux Information")" --clear --textbox "$tmpfile" 20 70 rm -f "$tmpfile" fi - show_proxmenux_logo + #show_proxmenux_logo } @@ -250,5 +250,5 @@ uninstall_proxmenu() { exit 0 } -show_proxmenux_logo +#show_proxmenux_logo show_config_menu diff --git a/scripts/menus/menu_Helper_Scripts.sh b/scripts/menus/menu_Helper_Scripts.sh index 38870a2..4fc452e 100644 --- a/scripts/menus/menu_Helper_Scripts.sh +++ b/scripts/menus/menu_Helper_Scripts.sh @@ -180,6 +180,7 @@ show_menu() { if [[ "$LANGUAGE" != "en" ]]; then + show_proxmenux_logo msg_lang "$(translate "Generating automatic translations...")" fi show_menu