Added msgbox during fav sync

This commit is contained in:
Lx32 2024-05-08 23:27:45 +02:00 committed by GitHub
parent f23d07ddea
commit 49ad2c71c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -194,5 +194,16 @@ fi
start_retrodeck
if [[ $steam_sync == "true" ]]; then
(
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