diff --git a/tools/configurator.sh b/tools/configurator.sh index 843905e8..90fd208a 100755 --- a/tools/configurator.sh +++ b/tools/configurator.sh @@ -4,6 +4,18 @@ source /app/libexec/global.sh +# Show loading screen +( + echo "0" + echo "# Loading RetroDECK Configurator..." + sleep 2 # Simulate a brief delay for the loading screen + echo "100" +) | +rd_zenity --progress --no-cancel --pulsate --auto-close \ + --title="RetroDECK Configurator" \ + --text="Loading RetroDECK Configurator..." \ + --width=400 --height=100 + # DIALOG SECTION # Configurator Option Tree