From 614da59311c8e6923eb3c80e4bdd346f959183f5 Mon Sep 17 00:00:00 2001 From: Armin Briegel <1933192+scriptingosx@users.noreply.github.com> Date: Thu, 11 Aug 2022 16:53:39 +0200 Subject: [PATCH] removed `--ontop` because it hogs the UI on updates --- MDM/Jamf/00_Prepare_SwiftDialog.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/MDM/Jamf/00_Prepare_SwiftDialog.sh b/MDM/Jamf/00_Prepare_SwiftDialog.sh index d4b4efe..74213ec 100755 --- a/MDM/Jamf/00_Prepare_SwiftDialog.sh +++ b/MDM/Jamf/00_Prepare_SwiftDialog.sh @@ -62,7 +62,6 @@ open -a "$dialogApp" --args \ --mini \ --progress 100 \ --position bottomright \ - --ontop \ --movable \ --commandfile "$dialog_command_file"