From a1b9d83f1d36f50ff8f56f46480c8d63b7372913 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Sat, 17 Feb 2024 09:33:18 +0100 Subject: [PATCH] GYRO: added reset to configurator --- tools/configurator.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/configurator.sh b/tools/configurator.sh index bfce2fdd..74bee8b0 100644 --- a/tools/configurator.sh +++ b/tools/configurator.sh @@ -1057,12 +1057,12 @@ configurator_reset_dialog() { --text="Which component do you want to reset to default?" \ --column="Component" --column="Action" \ "BoilR" "Reset BoilR that manages the sync and scraping toward Steam library" \ - "ES-DE" "Reset the ES-DE frontend" \ ) - # TODO: "GyroDSU" "Reset the gyroscope manager GyroDSU" + "ES-DE" "Reset the ES-DE frontend" \ + "GyroDSU" "Reset the gyroscope manager GyroDSU" ) case $component_to_reset in - "BoilR" | "ES-DE" ) # TODO: GyroDSU + "BoilR" | "ES-DE" |"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 prepare_component "reset" "$component_to_reset" "configurator" configurator_process_complete_dialog "resetting $component_to_reset"