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
1 changed files with 2 additions and 1 deletions

View File

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