From 0e24aebcace3c0bca02e57ec7c4b0b6e71c1c724 Mon Sep 17 00:00:00 2001 From: Mike Norris <32308108+mnorris14@users.noreply.github.com> Date: Fri, 24 Jul 2026 20:48:02 -0700 Subject: [PATCH] Add minimize button to progress and prompt dialog windows --- patchomator.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) mode change 100755 => 100644 patchomator.sh diff --git a/patchomator.sh b/patchomator.sh old mode 100755 new mode 100644 index 2ac1af2..d912e87 --- a/patchomator.sh +++ b/patchomator.sh @@ -1,6 +1,6 @@ #!/bin/zsh -VERSION="1.2" +VERSION="1.2-om1" VERSIONDATE="2025-10-27" VERSIONNAME="One Point Spooky" @@ -729,6 +729,7 @@ dialogTimeoutPrompt() { --button2text "$button2" \ --ontop \ --moveable \ + --windowbuttons min \ --position "center" \ --commandfile "$commandFile" > /dev/null 2>&1 dialogTimeoutRet=$(echo $?) @@ -1345,6 +1346,7 @@ if (( ! ${#quietmode} )) && [[ -f /usr/local/bin/dialog ]] && [[ "$DialogPATH" ! --button1text "..." \ --ontop \ --moveable \ + --windowbuttons min \ --position "center" \ --commandfile "$DialogPATH" > /dev/null 2>&1 & sleep 0.1