Widlock: set sortorder -1

master
hughbarney 2022-01-13 19:24:57 +00:00
parent d77403162e
commit b80909be9b
2 changed files with 3 additions and 1 deletions

View File

@ -942,12 +942,13 @@
{ {
"id": "widlock", "id": "widlock",
"name": "Lock Widget", "name": "Lock Widget",
"version": "0.03", "version": "0.04",
"description": "On devices with always-on display (Bangle.js 2) this displays lock icon whenever the display is locked", "description": "On devices with always-on display (Bangle.js 2) this displays lock icon whenever the display is locked",
"icon": "widget.png", "icon": "widget.png",
"type": "widget", "type": "widget",
"tags": "widget,lock", "tags": "widget,lock",
"supports": ["BANGLEJS","BANGLEJS2"], "supports": ["BANGLEJS","BANGLEJS2"],
"sortorder": -1,
"storage": [ "storage": [
{"name":"widlock.wid.js","url":"widget.js"} {"name":"widlock.wid.js","url":"widget.js"}
] ]

View File

@ -1,3 +1,4 @@
0.01: First commit 0.01: First commit
0.02: Handle new firmwares with 'lock' event 0.02: Handle new firmwares with 'lock' event
0.03: Don't try to be fancy - just bail out on firmwares without a lock event 0.03: Don't try to be fancy - just bail out on firmwares without a lock event
0.04: Set sortorder to -1 so that widget always takes up the furthest left position