Restore dialog dimension
This commit is contained in:
parent
25a69af0c4
commit
d798062a28
|
@ -976,7 +976,7 @@ function restore_data_from_storage {
|
|||
choices=$(dialog --stdout --backtitle $"Freedombone" \
|
||||
--title $"Restore apps" \
|
||||
--checklist $'Choose:' \
|
||||
80 40 20 $applist)
|
||||
50 40 20 $applist)
|
||||
|
||||
if [ $? -eq 0 ]; then
|
||||
clear
|
||||
|
|
Loading…
Reference in New Issue