From 56d15cf32ee7f985d9f32bfb5478ad03352fb598 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Wed, 19 Feb 2025 15:17:22 +0900 Subject: [PATCH] CONFIGURATOR: added a loading window --- tools/configurator.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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