Add double tap to save positions

pull/2827/head
stweedo 2023-06-17 00:53:48 -05:00
parent e3cab1d4e6
commit e94fc4368a
1 changed files with 1 additions and 1 deletions

View File

@ -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 },
};