From 3d77356e7bc22d493b96f39445cf24206a59f698 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 6 Aug 2025 01:01:42 -0400 Subject: [PATCH] Track down and fix some more progress bar stuff. --- .includes/dialog-interface.sh | 12 ------------ 1 file changed, 12 deletions(-) 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