refactor: visual tweaks

Signed-off-by: Dominik Willner th33xitus@gmail.com
This commit is contained in:
th33xitus
2022-04-21 19:44:25 +02:00
parent 551b040021
commit a0ca25a99a
10 changed files with 40 additions and 38 deletions

View File

@@ -121,7 +121,7 @@ function settings_menu(){
clear && print_header
settings_ui
while true; do
read -p "${cyan}Perform action:${white} " action; echo
read -p "${cyan}####### Perform action:${white} " action
case "${action}" in
1)
change_klipper_cfg_folder && settings_ui;;