From ac7655f01e120df945b533487f6fb4aa3c3f69a5 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Mon, 10 Feb 2025 16:21:09 +0900 Subject: [PATCH] STEAM_SYNC: fix formatting in sync progress message for Steam integration --- functions/other_functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/other_functions.sh b/functions/other_functions.sh index dda2026e..568c448d 100644 --- a/functions/other_functions.sh +++ b/functions/other_functions.sh @@ -934,7 +934,7 @@ quit_retrodeck() { zenity --progress \ --title="Syncing with Steam" \ --window-icon="/app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg" \ - --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" \ + --text="\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 \