From 275bc17e02594a532c5d8c7061de1825281ad4f3 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Tue, 21 Jan 2025 09:47:01 +0900 Subject: [PATCH] STEAM_SYNC: improved loading message --- functions/other_functions.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/functions/other_functions.sh b/functions/other_functions.sh index 9c2a0e57..07030623 100644 --- a/functions/other_functions.sh +++ b/functions/other_functions.sh @@ -931,9 +931,11 @@ quit_retrodeck() { zenity --progress \ --title="Syncing with Steam" \ --window-icon="/app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg" \ - --text="Syncing favorite games with Steam, please wait." \ + --text="\t\t\t\t\tSyncing favorite games with Steam.\n\nNOTE: 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 \ --pulsate \ + --width=500 \ + --height=150 \ --auto-close \ --auto-kill fi