Bob Mottram преди 7 години
родител
ревизия
9d29832a6e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      src/freedombone-app-pleroma

+ 1
- 1
src/freedombone-app-pleroma Целия файл

702
            6 "$enablechatstr")
702
            6 "$enablechatstr")
703
 
703
 
704
         # shellcheck disable=SC2068
704
         # shellcheck disable=SC2068
705
-        selection=$(dialog --backtitle $"Freedombone Administrator Control Panel" --title $"Pleroma" --menu $"Choose an operation, or ESC to exit:" 12 60 6 "${W[@]}" 3>&2 2>&1 1>&3)
705
+        selection=$(dialog --backtitle $"Freedombone Administrator Control Panel" --title $"Pleroma" --menu $"Choose an operation, or ESC to exit:" 13 60 6 "${W[@]}" 3>&2 2>&1 1>&3)
706
 
706
 
707
         if [ ! "$selection" ]; then
707
         if [ ! "$selection" ]; then
708
             break
708
             break