Apparently several UIs use button for cancel rather than OK, so best match them…

master
Travis Evans 2025-05-01 19:39:34 -05:00
parent 7530aa9ed1
commit 6fe2a36a2a
1 changed files with 1 additions and 1 deletions

View File

@ -583,7 +583,7 @@ class TimerFormatView {
// Physical button handler // Physical button handler
this.listeners.button = setWatch( this.listeners.button = setWatch(
this.ok.bind(this), this.cancel.bind(this),
BTN, BTN,
{edge: 'rising', debounce: 50, repeat: true} {edge: 'rising', debounce: 50, repeat: true}
); );