Update config_menu.sh

This commit is contained in:
MacRimi 2025-02-02 11:53:50 +01:00 committed by GitHub
parent 6b35b2aef4
commit a5ca8a7204
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,7 @@ initialize_cache
show_config_menu() { show_config_menu() {
while true; do while true; do
OPTION=$(whiptail --title "$(translate "Configuration Menu")" --menu "$(translate "Select an option:")" 15 60 4 \ OPTION=$(whiptail --title "$(translate "Configuration Menu")" --menu "$(translate "Select an option:")" 20 70 8 \
"1" "$(translate "Change Language")" \ "1" "$(translate "Change Language")" \
"2" "$(translate "Show Version Information")" \ "2" "$(translate "Show Version Information")" \
"3" "$(translate "Uninstall ProxMenu")" \ "3" "$(translate "Uninstall ProxMenu")" \