Bob Mottram 7 年前
父节点
当前提交
cfa652cbff
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/freedombone-app-peertube

+ 1
- 1
src/freedombone-app-peertube 查看文件

390
     while true
390
     while true
391
     do
391
     do
392
         # shellcheck disable=SC2068
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
         if [ ! "$selection" ]; then
395
         if [ ! "$selection" ]; then
396
             break
396
             break