TOOLS: added confirmation to the miximages cleaning tool

This commit is contained in:
xargon 2022-06-22 13:16:36 +02:00
parent 7b7b955847
commit 294d5b26ba

View file

@ -14,3 +14,11 @@ if [ $? == 0 ] #yes - Internal
then
find ~/retrodeck/.downloaded_media -name miximages -type d -print0|xargs -0 rm -rfv --
fi
zenity \
--icon-name=net.retrodeck.retrodeck \
--info \
--no-wrap \
--window-icon="/app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg" \
--title "RetroDECK" \
--text="Miximages successfully cleaned, please restart RetroDECK to reload the games list."