mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
fixed logic error and added --mini window for dialog
This commit is contained in:
@@ -124,13 +124,11 @@ caffeinate -dimsu & caffeinatePID=$!
|
||||
trap cleanupAndExit EXIT
|
||||
|
||||
# display first screen
|
||||
$dialog --title none \
|
||||
$dialog --title "Installing $label" \
|
||||
--message "" \
|
||||
--hideicon \
|
||||
--mini \
|
||||
--progress 100 \
|
||||
--button1disabled \
|
||||
--height 40 \
|
||||
--width 500 \
|
||||
--position bottomright \
|
||||
--ontop \
|
||||
--movable \
|
||||
|
||||
Reference in New Issue
Block a user