mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-16 21:03:18 +00:00
list item update working with swiftdialog Alpha 1.12.0.3169
This commit is contained in:
@@ -916,8 +916,12 @@ readDownloadPipe() {
|
||||
fi
|
||||
|
||||
if [[ $char == % ]]; then
|
||||
updateDialogProgressText "Downloading $name - $progress%"
|
||||
updateDialogProgress "$progress"
|
||||
if [[ $DIALOG_PROGRESS == "main" ]]; then
|
||||
updateDialogProgressText "Downloading $name - $progress%"
|
||||
updateDialogProgress "$progress"
|
||||
elif [[ $DIALOG_PROGRESS == "list" ]]; then
|
||||
echo "listitem: title: $name, statustext: Downloading... $progress%, progress: $progress" >> $log
|
||||
fi
|
||||
progress=""
|
||||
keep=0
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user