Track down and fix some more progress bar stuff.

This commit is contained in:
Storm Dragon
2025-08-06 01:01:42 -04:00
parent 9a7b440423
commit 3d77356e7b

View File

@@ -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