From 0ce68e66c187ad9da2f24d797c8262e09801e528 Mon Sep 17 00:00:00 2001 From: Stefano Capitani Date: Mon, 7 Nov 2022 23:40:56 +0100 Subject: [PATCH] added icon in the first window Signed-off-by: Stefano Capitani --- manjaro-iso-downloader.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=$?