mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
Ensure Steam Sync progress dialogs are shown when appropriate
This commit is contained in:
parent
c8c84c3043
commit
fc9b0b846a
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue