mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
Add dialog to manual Steam Sync clarifying what is happening, as if no changes are needed it looks like you just get returned to the main Steam Tools menu.
This commit is contained in:
parent
b223ceecef
commit
78dff2d028
|
@ -1309,6 +1309,7 @@ configurator_steam_tools_dialog() {
|
||||||
|
|
||||||
"Manual Steam Sync" )
|
"Manual Steam Sync" )
|
||||||
log i "Configurator: opening \"$choice\" menu"
|
log i "Configurator: opening \"$choice\" menu"
|
||||||
|
configurator_generic_dialog "RetroDeck Configurator - Manual Steam Sync" "RetroDECK will now look for any ES-DE favorites and sync them to Steam, if needed.\n\nIf Steam Sync has been run before and no favorites have been added or removed, you will be returned to the Steam Tools menu.\nIf changes are needed, you will see a progress dialog during the process."
|
||||||
export CONFIGURATOR_GUI="zenity"
|
export CONFIGURATOR_GUI="zenity"
|
||||||
steam_sync
|
steam_sync
|
||||||
configurator_steam_tools_dialog
|
configurator_steam_tools_dialog
|
||||||
|
|
Loading…
Reference in a new issue