From 289e60b0b9e7580e55ed91d5d7d4a8adc50a8f3e Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Mon, 3 Aug 2020 18:18:27 -0400 Subject: [PATCH] Update lug-helper.sh --- lug-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lug-helper.sh b/lug-helper.sh index 08e2df0..aae4ee0 100644 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -63,7 +63,7 @@ message() { fi # Display the message - zenity "$margs" --icon-name='lutris' --width="400" --title="Star Citizen LUG Helper Script" + zenity "$margs$2" --icon-name='lutris' --width="400" --title="Star Citizen LUG Helper Script" else # Text based menu. Does not work with message types 4 and 5 (zenity radio lists) # those need to be handled specially in the code