mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
STEAM_SYNC: improved loading message
This commit is contained in:
parent
e0b7be6369
commit
275bc17e02
|
@ -931,9 +931,11 @@ quit_retrodeck() {
|
||||||
zenity --progress \
|
zenity --progress \
|
||||||
--title="Syncing with Steam" \
|
--title="Syncing with Steam" \
|
||||||
--window-icon="/app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg" \
|
--window-icon="/app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg" \
|
||||||
--text="Syncing favorite games with Steam, please wait." \
|
--text="<span foreground='$purple'><b>\t\t\t\t\tSyncing favorite games with Steam.</b></span>\n\n<b>NOTE: </b>This operation may take some time depending on the size of your library.\nFeel free to leave this in the background and switch to another application.\n\n" \
|
||||||
--percentage=25 \
|
--percentage=25 \
|
||||||
--pulsate \
|
--pulsate \
|
||||||
|
--width=500 \
|
||||||
|
--height=150 \
|
||||||
--auto-close \
|
--auto-close \
|
||||||
--auto-kill
|
--auto-kill
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue