diff --git a/recovery_main.cpp b/recovery_main.cpp index 678afa02..a8c94ae7 100644 --- a/recovery_main.cpp +++ b/recovery_main.cpp @@ -458,6 +458,10 @@ int main(int argc, char** argv) { device->RemoveMenuItemForAction(Device::ENTER_RESCUE); } + if (get_build_type() == "user") { + device->RemoveMenuItemForAction(Device::MOUNT_SYSTEM); + } + ui->SetBackground(RecoveryUI::NONE); if (show_text) ui->ShowText(true);