Ensure Steam Sync progress dialogs are shown when appropriate

This commit is contained in:
icenine451 2025-04-09 14:14:52 -04:00
parent c8c84c3043
commit fc9b0b846a
2 changed files with 3 additions and 0 deletions

View file

@ -1243,6 +1243,7 @@ quit_retrodeck() {
# if steam sync is on do the magic
if [[ $(get_setting_value "$rd_conf" "steam_sync" "retrodeck" "options") == "true" ]]; then
export CONFIGURATOR_GUI="zenity"
steam_sync
fi
log i "Shutting down RetroDECK's framework"

View file

@ -817,6 +817,7 @@ post_update() {
if [[ "$execute_all" == "true" || " ${selected_choices[@]} " =~ " Refresh Steam Sync " ]]; then
log i "User agreed to refresh Steam Sync"
steam-rom-manager nuke
export CONFIGURATOR_GUI="zenity"
steam_sync
fi
@ -846,6 +847,7 @@ post_update() {
if [[ "$execute_all" == "true" || " ${selected_choices[@]} " =~ " Refresh Steam Sync " ]]; then
log i "User agreed to refresh Steam Sync"
steam-rom-manager nuke
export CONFIGURATOR_GUI="zenity"
steam_sync
fi