mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-15 14:25:32 +01:00
[UI/UX] Fix confirm message overlap on run history import
https://github.com/pagefaultgames/pokerogue/pull/6794
This commit is contained in:
parent
3c7242d747
commit
8381fa16fd
@ -278,6 +278,7 @@ export class MenuUiHandler extends MessageUiHandler {
|
||||
manageDataOptions.push({
|
||||
label: i18next.t("menuUiHandler:importRunHistory"),
|
||||
handler: () => {
|
||||
ui.revertMode();
|
||||
globalScene.gameData.importData(GameDataType.RUN_HISTORY);
|
||||
return true;
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user