fix main menu

This commit is contained in:
Whispering Wind
2024-07-29 22:45:04 +03:30
committed by GitHub
parent d45188f061
commit 4be0791aee

View File

@ -362,10 +362,5 @@ advance_menu() {
}
# Main function to run the script
main() {
main_menu
}
define_colors
# Run the main function
main