From 22d06c8cf6f6fb7a1e0c899480cb8c40785d81f0 Mon Sep 17 00:00:00 2001 From: hughbarney Date: Mon, 29 Nov 2021 18:45:44 +0000 Subject: [PATCH] Pastel changed dependancy on MyLocation to type app --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 322a90d96..eec32218b 100644 --- a/apps.json +++ b/apps.json @@ -4088,7 +4088,7 @@ "version": "0.08", "description": "A Configurable clock with custom fonts and background. Has a cyclic information line that includes, day, date, battery, sunrise and sunset times", "icon": "pastel.png", - "dependencies": {"mylocation":"widget"}, + "dependencies": {"mylocation":"app"}, "screenshots": [{"url":"screenshot_pastel.png"}], "type": "clock", "tags": "clock",