diff --git a/apps/themes/app.js b/apps/themes/app.js index 51f17c366..4017e4913 100644 --- a/apps/themes/app.js +++ b/apps/themes/app.js @@ -66,4 +66,5 @@ // Show the menu let menu_ui = E.showMenu(menu); + setWatch(Bangle.showClock, BTN1, { debounce: 100 }); } \ No newline at end of file diff --git a/apps/themes/metadata.json b/apps/themes/metadata.json index 59860379b..581cb6803 100644 --- a/apps/themes/metadata.json +++ b/apps/themes/metadata.json @@ -2,7 +2,7 @@ "id": "themes", "name": "Themes", "shortName": "Themes", - "version": "0.09", + "version": "0.10", "description": "Color palettes at your disposal", "type": "app", "tags": "tool",