From 5bcf66d6faa01b494511acb986ee1f34346b4c3d Mon Sep 17 00:00:00 2001 From: Gordon Williams Date: Wed, 15 Dec 2021 10:33:48 +0000 Subject: [PATCH] Add pedometer as dependency for pastel clock --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index ca73a0d10..be3d166c9 100644 --- a/apps.json +++ b/apps.json @@ -4212,7 +4212,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":"app"}, + "dependencies": {"mylocation":"app", "widpedom":"app"}, "screenshots": [{"url":"screenshot_pastel.png"}], "type": "clock", "tags": "clock",