diff --git a/manjaro-iso-downloader.sh b/manjaro-iso-downloader.sh index e1b8682..b52c436 100755 --- a/manjaro-iso-downloader.sh +++ b/manjaro-iso-downloader.sh @@ -169,7 +169,7 @@ check_connection() { } check_edition() { - gui --text-align=center --text="You can download Official or Community Isos, default are the Official Isos \nfor Community press the button." --button='Ok':0 \ + gui --image="$window_icon" --text-align=center --text="You can download Official or Community Isos, default are the Official Isos \nfor Community press the button." --button='Ok':0 \ --button='Community':1 --button='Restart':2 --button='Cancel':3 sel_ed=$?