Fixed Export Game Data freeze (#3539)

Co-authored-by: Frutescens <info@laptop>
This commit is contained in:
Mumble 2024-08-13 14:21:45 -07:00 committed by GitHub
parent 16b9df2d15
commit 05fdac39ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -224,7 +224,8 @@ export default class MenuUiHandler extends MessageUiHandler {
handler: () => {
this.scene.gameData.tryExportData(GameDataType.SYSTEM);
return true;
}
},
keepOpen: true
},
{
label: "Consent Preferences",