Track down and fix some more progress bar stuff.
This commit is contained in:
@@ -271,18 +271,6 @@ agm_progressbox() {
|
|||||||
# Clean up background processes
|
# Clean up background processes
|
||||||
cleanup_progress
|
cleanup_progress
|
||||||
trap - EXIT INT TERM # Remove traps
|
trap - EXIT INT TERM # Remove traps
|
||||||
|
|
||||||
# Show completion dialog with accessible summary
|
|
||||||
yad --form \
|
|
||||||
--title="$title" \
|
|
||||||
--field="$text - Completed:LBL" \
|
|
||||||
--field="Total steps: $lineCount:LBL" \
|
|
||||||
--field="Last action::LBL" \
|
|
||||||
--field="$lastLine:RO" \
|
|
||||||
--selectable-labels \
|
|
||||||
--button="OK:0" \
|
|
||||||
--width=500 \
|
|
||||||
--height=150
|
|
||||||
else
|
else
|
||||||
dialog --title "$title" \
|
dialog --title "$title" \
|
||||||
--progressbox "$text" 20 70
|
--progressbox "$text" 20 70
|
||||||
|
Reference in New Issue
Block a user