working back button themes

master
kkayam 2025-02-15 15:56:05 +00:00
parent eeda523205
commit 1e5bd102f7
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -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",