From 294d5b26bab647ed2851a7bd7df90cb37d421dfa Mon Sep 17 00:00:00 2001 From: xargon Date: Wed, 22 Jun 2022 13:16:36 +0200 Subject: [PATCH] TOOLS: added confirmation to the miximages cleaning tool --- tools/clean-miximages.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tools/clean-miximages.sh b/tools/clean-miximages.sh index 4b729745..e11b17e6 100644 --- a/tools/clean-miximages.sh +++ b/tools/clean-miximages.sh @@ -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." \ No newline at end of file