Merge pull request #717 from dan-snelson/main

Omit Label name when used with switftDialog
This commit is contained in:
Armin Briegel
2022-10-06 10:24:06 -07:00
committed by GitHub

View File

@@ -1018,7 +1018,7 @@ updateDialog() {
echo "progress: $progress" >> $cmd_file echo "progress: $progress" >> $cmd_file
fi fi
if [[ $message != "" ]]; then if [[ $message != "" ]]; then
echo "progresstext: $name - $message" >> $cmd_file echo "progresstext: $message" >> $cmd_file
fi fi
else else
# list item has a value, so we update the progress and text in the list # list item has a value, so we update the progress and text in the list