This commit is contained in:
MacRimi
2025-02-25 18:17:24 +01:00
parent 92d6435dba
commit 3167302f99
5 changed files with 25 additions and 3 deletions

View File

@@ -26,6 +26,8 @@ initialize_cache
show_config_menu() {
cleanup
while true; do
OPTION=$(whiptail --title "$(translate "Configuration Menu")" --menu "$(translate "Select an option:")" 20 70 8 \
"1" "$(translate "Change Language")" \
@@ -244,4 +246,7 @@ uninstall_proxmenu() {
}
if [[ "$LANGUAGE" != "en" ]]; then
msg_lang "$(translate "Generating automatic translations...")"
fi
show_config_menu