mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-11 18:09:29 +02:00
fix use of cancelControllerChoice
This commit is contained in:
parent
584c4a8774
commit
218e120e9f
@ -144,7 +144,7 @@ export function setSettingGamepad(setting: SettingGamepad, value: number): boole
|
|||||||
handler: () => changeGamepadHandler(g),
|
handler: () => changeGamepadHandler(g),
|
||||||
})),
|
})),
|
||||||
{
|
{
|
||||||
label: i18next.t("settings:cancelContollerChoice"),
|
label: i18next.t("settings:cancelControllerChoice"),
|
||||||
handler: cancelHandler,
|
handler: cancelHandler,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user