mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-26 17:29:30 +02:00
Remove hiding load button if no saves were detected
This commit is contained in:
parent
6a0f9b3ea6
commit
433d682d85
@ -537,7 +537,7 @@ export class TitlePhase extends Phase {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
// If the player has no save data (as determined above), hide the "Load Game" button
|
// If the player has no save data (as determined above), hide the "Load Game" button
|
||||||
if (hasFile)
|
if (hasFile || true)
|
||||||
options.push({
|
options.push({
|
||||||
label: i18next.t("menu:loadGame"),
|
label: i18next.t("menu:loadGame"),
|
||||||
handler: () => {
|
handler: () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user