fixed sortorder or lock, bata, widpa, widpa widgets

pull/1300/head
hughbarney 2022-01-16 11:06:25 +00:00
parent 058d473e2e
commit 42d0140cf2
1 changed files with 2 additions and 2 deletions

View File

@ -5626,7 +5626,7 @@
"readme": "README.md", "readme": "README.md",
"description": "Displays the current step count from `Bangle.getHealthStatus(\"day\").steps` in 12x16 font, requires firmware v2.11.21 or later", "description": "Displays the current step count from `Bangle.getHealthStatus(\"day\").steps` in 12x16 font, requires firmware v2.11.21 or later",
"tags": "widget,battery", "tags": "widget,battery",
"sortorder": -1 "sortorder": -1,
"storage": [ "storage": [
{"name":"widpa.wid.js","url":"widpa.wid.js"} {"name":"widpa.wid.js","url":"widpa.wid.js"}
] ]
@ -5643,7 +5643,7 @@
"readme": "README.md", "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", "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", "tags": "widget,battery",
"sortorder": -1 "sortorder": -1,
"storage": [ "storage": [
{"name":"widpb.wid.js","url":"widpb.wid.js"} {"name":"widpb.wid.js","url":"widpb.wid.js"}
] ]