set widget sortorder through code for widpa,widpb,widbata,widlock

master
hughbarney 2022-01-19 23:19:35 +00:00
parent 3670ff2170
commit b9522a3b65
4 changed files with 0 additions and 4 deletions

View File

@ -10,7 +10,6 @@
"readme": "README.md",
"description": "Shows the current battery level status in the top right using the clocks colour theme",
"tags": "widget,battery",
"sortorder": -10,
"storage": [
{"name":"widbata.wid.js","url":"widbata.wid.js"}
]

View File

@ -7,7 +7,6 @@
"type": "widget",
"tags": "widget,lock",
"supports": ["BANGLEJS","BANGLEJS2"],
"sortorder": 10,
"storage": [
{"name":"widlock.wid.js","url":"widget.js"}
]

View File

@ -10,7 +10,6 @@
"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,
"storage": [
{"name":"widpa.wid.js","url":"widpa.wid.js"}
]

View File

@ -10,7 +10,6 @@
"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,
"storage": [
{"name":"widpb.wid.js","url":"widpb.wid.js"}
]