1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-12 02:30:30 +09: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
Notes: sideshowbarker 2024-07-19 17:24:47 +09:00

View file

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