working back button themes
parent
eeda523205
commit
1e5bd102f7
|
|
@ -66,4 +66,5 @@
|
||||||
|
|
||||||
// Show the menu
|
// Show the menu
|
||||||
let menu_ui = E.showMenu(menu);
|
let menu_ui = E.showMenu(menu);
|
||||||
|
setWatch(Bangle.showClock, BTN1, { debounce: 100 });
|
||||||
}
|
}
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "themes",
|
"id": "themes",
|
||||||
"name": "Themes",
|
"name": "Themes",
|
||||||
"shortName": "Themes",
|
"shortName": "Themes",
|
||||||
"version": "0.09",
|
"version": "0.10",
|
||||||
"description": "Color palettes at your disposal",
|
"description": "Color palettes at your disposal",
|
||||||
"type": "app",
|
"type": "app",
|
||||||
"tags": "tool",
|
"tags": "tool",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue