feat(utils): useButtonConfirmation.onButtonClick -> onActivate
This commit is contained in:
@@ -68,7 +68,7 @@ const { select, selected, selectorPosition } = useButtonNavigation({
|
||||
touchScreen: [175, 119, 49, 49],
|
||||
},
|
||||
initialButton: settingsStore.selectedButton,
|
||||
onButtonClick: (buttonName) => {
|
||||
onActivate: (buttonName) => {
|
||||
if (isSubMenu(buttonName)) {
|
||||
settingsStore.openSubMenu(buttonName);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user