CONFIGURATOR: added a loading window

This commit is contained in:
XargonWan 2025-02-19 15:17:22 +09:00
parent e9c8f9f3b2
commit 56d15cf32e

View file

@ -4,6 +4,18 @@
source /app/libexec/global.sh 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 # DIALOG SECTION
# Configurator Option Tree # Configurator Option Tree