mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
CONFIGURATOR: added a loading window
This commit is contained in:
parent
e9c8f9f3b2
commit
56d15cf32e
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue