Update lug-helper.sh

This commit is contained in:
the-sane 2020-08-03 18:18:27 -04:00 committed by GitHub
parent 94dc48f52c
commit 289e60b0b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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