mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-28 04:06:54 +00:00
Update fast menus
This commit is contained in:
parent
c4cd308ba5
commit
0bc5d1ebda
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user