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",
GUI::MessageBox::Type::Error);
}
break;
}
}
});