mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-16 14:55:22 +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({
|
manageDataOptions.push({
|
||||||
label: i18next.t("menuUiHandler:importRunHistory"),
|
label: i18next.t("menuUiHandler:importRunHistory"),
|
||||||
handler: () => {
|
handler: () => {
|
||||||
|
ui.revertMode();
|
||||||
globalScene.gameData.importData(GameDataType.RUN_HISTORY);
|
globalScene.gameData.importData(GameDataType.RUN_HISTORY);
|
||||||
return true;
|
return true;
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user