From 1a9f5375557fc232acfe3f42d1198da827db5ab8 Mon Sep 17 00:00:00 2001 From: Jordan Coulam Date: Wed, 24 Nov 2021 10:46:03 +0000 Subject: [PATCH] Add missing supports tag for TimeCal --- apps.json | 1 + 1 file changed, 1 insertion(+) diff --git a/apps.json b/apps.json index 0b474094b..c560a9f1f 100644 --- a/apps.json +++ b/apps.json @@ -4439,6 +4439,7 @@ "description": "TimeCal shows the Time along with a 3 week calendar", "tags": "clock", "type": "clock", + "supports":["BANGLEJS2"], "storage": [ {"name":"timecal.app.js","url":"timecal.app.js"}, {"name":"timecal.img","url":"app-icon.js","evaluate":true}