From cad2427c2012c0f564dc2c464550c31b35d0621f Mon Sep 17 00:00:00 2001 From: Gordon Williams Date: Sat, 9 Nov 2019 20:48:19 +0000 Subject: [PATCH] fix nceu widget + battery --- apps.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps.json b/apps.json index aebf182a4..a7765b2be 100644 --- a/apps.json +++ b/apps.json @@ -287,15 +287,15 @@ ], "sortorder" : -1 }, - { "id": "sbat", + { "id": "nceuwid", "name": "NCEU Logo Widget", "icon": "nceu-widget.png", "description": "Show the NodeConf EU logo in the top left", "tags": "widget", "type":"widget", "storage": [ - {"name":"+sbat","url":"nceu-widget.json"}, - {"name":"=sbat","url":"nceu-widget.js"} + {"name":"+nceuwid","url":"nceu-widget.json"}, + {"name":"=nceuwid","url":"nceu-widget.js"} ], "sortorder" : -1 }