added icon in the first window

Signed-off-by: Stefano Capitani <stefano@manjaro.org>
This commit is contained in:
Stefano Capitani 2022-11-07 23:40:56 +01:00
parent 00a890b2c3
commit 0ce68e66c1

View file

@ -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=$?