mirror of https://github.com/espruino/BangleApps
saclock: ClockFace update: Hide widgets instead of not loading them
parent
6980a0d9c9
commit
a4a3d678dd
|
@ -0,0 +1,2 @@
|
|||
0.01: New App!
|
||||
0.02: Hide widgets instead of not loading them at all
|
|
@ -1,7 +1,7 @@
|
|||
{ "id": "saclock",
|
||||
"name": "Simple analog clock",
|
||||
"shortName":"Analog clock",
|
||||
"version":"0.01",
|
||||
"version":"0.02",
|
||||
"description": "A very basic analog clock",
|
||||
"screenshots": [{"url":"screenshot.png"}],
|
||||
"icon": "icon.png",
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
/*LANG*/"< Back": back,
|
||||
};
|
||||
require("ClockFace_menu").addSettingsFile(menu, "saclock.settings.json", [
|
||||
"loadWidgets"
|
||||
"hideWidgets"
|
||||
]);
|
||||
E.showMenu(menu);
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue