feat(utils): useButtonConfirmation.onButtonClick -> onActivate

This commit is contained in:
2026-02-10 16:47:50 +01:00
parent 3c0eec87cf
commit 93e6922b68
6 changed files with 9 additions and 9 deletions

View File

@@ -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 {