From 42d0140cf255f97722f09d23a47311a80b12b7d8 Mon Sep 17 00:00:00 2001 From: hughbarney Date: Sun, 16 Jan 2022 11:06:25 +0000 Subject: [PATCH] fixed sortorder or lock, bata, widpa, widpa widgets --- apps.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps.json b/apps.json index 26056c5e0..7902c16c9 100644 --- a/apps.json +++ b/apps.json @@ -5626,7 +5626,7 @@ "readme": "README.md", "description": "Displays the current step count from `Bangle.getHealthStatus(\"day\").steps` in 12x16 font, requires firmware v2.11.21 or later", "tags": "widget,battery", - "sortorder": -1 + "sortorder": -1, "storage": [ {"name":"widpa.wid.js","url":"widpa.wid.js"} ] @@ -5643,7 +5643,7 @@ "readme": "README.md", "description": "Displays the current step count from `Bangle.getHealthStatus(\"day\").steps` in the Lato font, requires firmware v2.11.21 or later", "tags": "widget,battery", - "sortorder": -1 + "sortorder": -1, "storage": [ {"name":"widpb.wid.js","url":"widpb.wid.js"} ]