Fix: Don't allow right-click to close world generation progress window. (#13084)

This commit is contained in:
Peter Nelson 2024-11-16 13:54:47 +00:00 committed by GitHub
parent 8c395ed67c
commit 57ac1cbe0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1339,7 +1339,7 @@ static constexpr NWidgetPart _nested_generate_progress_widgets[] = {
static WindowDesc _generate_progress_desc(
WDP_CENTER, nullptr, 0, 0,
WC_MODAL_PROGRESS, WC_NONE,
0,
WDF_NO_CLOSE,
_nested_generate_progress_widgets
);