diff --git a/.includes/dialog-interface.sh b/.includes/dialog-interface.sh index a0080e8..5248278 100644 --- a/.includes/dialog-interface.sh +++ b/.includes/dialog-interface.sh @@ -271,18 +271,6 @@ agm_progressbox() { # Clean up background processes cleanup_progress 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 dialog --title "$title" \ --progressbox "$text" 20 70