mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 23:45:39 +00:00
Update with srm in place of boilr
This commit is contained in:
parent
2c59cc18cd
commit
884a16b06f
|
@ -1194,13 +1194,13 @@ configurator_reset_dialog() {
|
||||||
--window-icon="/app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg" --width=1200 --height=720 \
|
--window-icon="/app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg" --width=1200 --height=720 \
|
||||||
--text="Which component do you want to reset to default?" \
|
--text="Which component do you want to reset to default?" \
|
||||||
--column="Component" --column="Action" \
|
--column="Component" --column="Action" \
|
||||||
"BoilR" "Reset BoilR that manages the sync and scraping toward Steam library" \
|
"Steam Rom Manager" "Reset SRM that manages the sync and scraping toward Steam library" \
|
||||||
"ES-DE" "Reset the ES-DE frontend" \ )
|
"ES-DE" "Reset the ES-DE frontend" \ )
|
||||||
# TODO: "GyroDSU" "Reset the gyroscope manager GyroDSU"
|
# TODO: "GyroDSU" "Reset the gyroscope manager GyroDSU"
|
||||||
|
|
||||||
case $component_to_reset in
|
case $component_to_reset in
|
||||||
|
|
||||||
"BoilR" | "ES-DE" ) # TODO: GyroDSU
|
"Steam Rom Manager" | "ES-DE" ) # TODO: GyroDSU
|
||||||
if [[ $(configurator_reset_confirmation_dialog "$component_to_reset" "Are you sure you want to reset $component_to_reset to default settings?\n\nThis process cannot be undone.") == "true" ]]; then
|
if [[ $(configurator_reset_confirmation_dialog "$component_to_reset" "Are you sure you want to reset $component_to_reset to default settings?\n\nThis process cannot be undone.") == "true" ]]; then
|
||||||
prepare_component "reset" "$component_to_reset" "configurator"
|
prepare_component "reset" "$component_to_reset" "configurator"
|
||||||
configurator_process_complete_dialog "resetting $component_to_reset"
|
configurator_process_complete_dialog "resetting $component_to_reset"
|
||||||
|
|
Loading…
Reference in a new issue