From 1e5bd102f7b65169e2153cd6773d9c2c8e92c1f3 Mon Sep 17 00:00:00 2001 From: kkayam Date: Sat, 15 Feb 2025 15:56:05 +0000 Subject: [PATCH] working back button themes --- apps/themes/app.js | 1 + apps/themes/metadata.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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",