mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-03-05 22:07:43 +00:00
Added msgbox during fav sync
This commit is contained in:
parent
f23d07ddea
commit
49ad2c71c3
11
retrodeck.sh
11
retrodeck.sh
|
@ -194,5 +194,16 @@ fi
|
||||||
start_retrodeck
|
start_retrodeck
|
||||||
|
|
||||||
if [[ $steam_sync == "true" ]]; then
|
if [[ $steam_sync == "true" ]]; then
|
||||||
|
(
|
||||||
python3 /app/libexec/steam-sync/steam-sync.py
|
python3 /app/libexec/steam-sync/steam-sync.py
|
||||||
|
) |
|
||||||
|
zenity --progress \
|
||||||
|
--title="Synching with Steam" \
|
||||||
|
--window-icon="/app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg" \
|
||||||
|
--text="Synching favorite game with Steam, please wait." \
|
||||||
|
--percentage=25 \
|
||||||
|
--pulsate \
|
||||||
|
--auto-close \
|
||||||
|
--auto-kill
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue