Bob Mottram 7 vuotta sitten
vanhempi
commit
cfa652cbff
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      src/freedombone-app-peertube

+ 1
- 1
src/freedombone-app-peertube Näytä tiedosto

@@ -390,7 +390,7 @@ function configure_interactive_peertube {
390 390
     while true
391 391
     do
392 392
         # shellcheck disable=SC2068
393
-        selection=$(dialog --backtitle $"Freedombone Administrator Control Panel" --title $"PeerTube" --menu $"Choose an operation, or ESC to exit:" 24 60 24 "${W[@]}" 3>&2 2>&1 1>&3)
393
+        selection=$(dialog --backtitle $"Freedombone Administrator Control Panel" --title $"PeerTube" --menu $"Choose an operation, or ESC to exit:" 12 60 4 "${W[@]}" 3>&2 2>&1 1>&3)
394 394
 
395 395
         if [ ! "$selection" ]; then
396 396
             break