Update fast menus

This commit is contained in:
MacRimi 2025-05-22 19:04:41 +02:00
parent c4cd308ba5
commit 0bc5d1ebda
3 changed files with 5 additions and 3 deletions

View File

@ -2826,8 +2826,9 @@ fi
show_proxmenux_logo
if [[ "$LANGUAGE" != "en" ]]; then if [[ "$LANGUAGE" != "en" ]]; then
show_proxmenux_logo
msg_lang "$(translate "Generating automatic translations...")" msg_lang "$(translate "Generating automatic translations...")"
fi fi
main_menu main_menu

View File

@ -148,7 +148,7 @@ show_version_info() {
dialog --title "$(translate "ProxMenux Information")" --clear --textbox "$tmpfile" 20 70 dialog --title "$(translate "ProxMenux Information")" --clear --textbox "$tmpfile" 20 70
rm -f "$tmpfile" rm -f "$tmpfile"
fi fi
show_proxmenux_logo #show_proxmenux_logo
} }
@ -250,5 +250,5 @@ uninstall_proxmenu() {
exit 0 exit 0
} }
show_proxmenux_logo #show_proxmenux_logo
show_config_menu show_config_menu

View File

@ -180,6 +180,7 @@ show_menu() {
if [[ "$LANGUAGE" != "en" ]]; then if [[ "$LANGUAGE" != "en" ]]; then
show_proxmenux_logo
msg_lang "$(translate "Generating automatic translations...")" msg_lang "$(translate "Generating automatic translations...")"
fi fi
show_menu show_menu