fix use of cancelControllerChoice

This commit is contained in:
fabske0 2025-08-07 20:35:03 +02:00 committed by Sirz Benjie
parent 584c4a8774
commit 218e120e9f
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E

View File

@ -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,
}, },
], ],