mirror of https://github.com/espruino/BangleApps
Add double tap to save positions
parent
e3cab1d4e6
commit
e94fc4368a
|
@ -58,7 +58,7 @@
|
|||
|
||||
let menu = {
|
||||
'': { 'title': '-- Box Clock --' },
|
||||
'< Back': () => Bangle.showLauncher(),
|
||||
'< Back': () => Bangle.showClock(),
|
||||
'Cfg:': { value: selectedConfig === 0 ? "Default" : selectedConfig, format: () => selectedConfig === 0 ? "Default" : selectedConfig },
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue