[Alarms & Timers] Restore "Cancel" in timer view

Oooops
master
Alessandro Cocco 2022-06-07 21:56:14 +02:00
parent 48164384eb
commit 2247ee07bb
1 changed files with 2 additions and 1 deletions

View File

@ -280,7 +280,8 @@ function showEditTimerMenu(selectedTimer, timerIndex) {
value: timer.on, value: timer.on,
onchange: v => timer.on = v onchange: v => timer.on = v
}, },
/*LANG*/"Vibrate": require("buzz_menu").pattern(timer.vibrate, v => timer.vibrate = v) /*LANG*/"Vibrate": require("buzz_menu").pattern(timer.vibrate, v => timer.vibrate = v),
/*LANG*/"Cancel": () => showMainMenu()
}; };
if (!isNew) { if (!isNew) {