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