saclock: ClockFace update: Hide widgets instead of not loading them

pull/2469/head
Richard de Boer 2023-01-07 16:51:24 +01:00
parent 6980a0d9c9
commit a4a3d678dd
No known key found for this signature in database
3 changed files with 4 additions and 2 deletions

2
apps/saclock/ChangeLog Normal file
View File

@ -0,0 +1,2 @@
0.01: New App!
0.02: Hide widgets instead of not loading them at all

View File

@ -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",

View File

@ -4,7 +4,7 @@
/*LANG*/"< Back": back,
};
require("ClockFace_menu").addSettingsFile(menu, "saclock.settings.json", [
"loadWidgets"
"hideWidgets"
]);
E.showMenu(menu);
});