From b7035afa2f6790636766d2235fa8574007ac3d8c Mon Sep 17 00:00:00 2001 From: Andreas Holley Date: Fri, 25 Feb 2022 21:10:11 +0000 Subject: [PATCH] Fix Daisy Clock `"type": "clock"` was missing from metadata.json so the app couldn't be set as the clock through settings --- apps/daisy/metadata.json | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/daisy/metadata.json b/apps/daisy/metadata.json index c35bfefa3..1fd95806d 100644 --- a/apps/daisy/metadata.json +++ b/apps/daisy/metadata.json @@ -4,6 +4,7 @@ "dependencies": {"mylocation":"app"}, "description": "A clock based on the Pastel clock with large ring guage for steps", "icon": "app.png", + "type": "clock", "tags": "clock", "supports" : ["BANGLEJS2"], "screenshots": [{"url":"screenshot_daisy2.jpg"}],