mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-05-04 15:34:16 +01:00
Fixed Export Game Data freeze (#3539)
Co-authored-by: Frutescens <info@laptop>
This commit is contained in:
parent
16b9df2d15
commit
05fdac39ec
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user