mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-01 04:55:37 +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
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue