pull/2920/head
Rob Pilling 2023-07-14 16:39:41 +01:00
parent 0eea248390
commit 93f21a51e1
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ Bangle.loadWidgets = (o => ()=>{
const W = global.WIDGETS;
global.WIDGETS = {};
Object.keys(W)
.sort()
.sort((a, b) => (0|W[b].sortorder)-(0|W[a].sortorder))
.forEach(k => global.WIDGETS[k] = W[k]);
})(Bangle.loadWidgets);