1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 12:55:09 +00:00

HackStudio: Continue removing files after failure

This commit is contained in:
Karol Kosek 2021-07-16 23:44:50 +02:00 committed by Gunnar Beutner
parent 6e51fe146c
commit c66f484bce

View file

@ -469,7 +469,6 @@ NonnullRefPtr<GUI::Action> HackStudioWidget::create_delete_action()
"Removal failed",
GUI::MessageBox::Type::Error);
}
break;
}
}
});