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;
}
}
});