Fix icon on error message

This commit is contained in:
q3aql 2021-07-07 10:30:41 +02:00
parent 3e4adfa0d3
commit 20b8f656d5
2 changed files with 2 additions and 2 deletions

View File

@ -135,6 +135,6 @@ while [ ${showMenu} -eq 0 ] ; do
elif [ "${opcion}" == "Exit" ] ; then
showMenu=1
else
zenity --title "zenidrv-g203-lightsync ${VERSION} (${M_DATE})" --warning --width=300 --text "Choose one of the menu options"
zenity --title "zenidrv-g203-lightsync ${VERSION} (${M_DATE})" --window-icon=${iconPath} --warning --width=300 --text "Choose one of the menu options"
fi
done

View File

@ -130,6 +130,6 @@ while [ ${showMenu} -eq 0 ] ; do
elif [ "${opcion}" == "Exit" ] ; then
showMenu=1
else
zenity --title "zenidrv-g203-prodigy ${VERSION} (${M_DATE})" --warning --width=300 --text "Choose one of the menu options"
zenity --title "zenidrv-g203-prodigy ${VERSION} (${M_DATE})" --window-icon=${iconPath} --warning --width=300 --text "Choose one of the menu options"
fi
done