Apparently several UIs use button for cancel rather than OK, so best match them…
parent
7530aa9ed1
commit
6fe2a36a2a
|
|
@ -583,7 +583,7 @@ class TimerFormatView {
|
|||
|
||||
// Physical button handler
|
||||
this.listeners.button = setWatch(
|
||||
this.ok.bind(this),
|
||||
this.cancel.bind(this),
|
||||
BTN,
|
||||
{edge: 'rising', debounce: 50, repeat: true}
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue