diff options
Diffstat (limited to 'recovery_ui/device.cpp')
-rw-r--r-- | recovery_ui/device.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recovery_ui/device.cpp b/recovery_ui/device.cpp index d46df92d..85bf1134 100644 --- a/recovery_ui/device.cpp +++ b/recovery_ui/device.cpp @@ -29,9 +29,9 @@ static std::vector<std::pair<std::string, Device::BuiltinAction>> g_menu_actions{ { "Reboot system now", Device::REBOOT }, { "Reboot to bootloader", Device::REBOOT_BOOTLOADER }, + { "Reboot to recovery", Device::REBOOT_RECOVERY }, { "Enter fastboot", Device::ENTER_FASTBOOT }, { "Apply update from ADB", Device::APPLY_ADB_SIDELOAD }, - { "Apply update from SD card", Device::APPLY_SDCARD }, { "Wipe data/factory reset", Device::WIPE_DATA }, { "Wipe cache partition", Device::WIPE_CACHE }, { "Mount /system", Device::MOUNT_SYSTEM }, |