mirror of https://github.com/espruino/BangleApps
icon+typo
parent
42d0f020fc
commit
1714b44d88
|
@ -2183,7 +2183,8 @@
|
|||
"custom": "custom.html",
|
||||
"storage": [
|
||||
{"name":"worldclock.app.js","url":"app.js"},
|
||||
{"name":"worldclock.settings.json"}
|
||||
{"name":"worldclock.settings.json"},
|
||||
{"name":"worldclock.img","url":"worldclock-icon.js","evaluate":true}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
// send finished app (in addition to contents of app.json)
|
||||
sendCustomizedApp({
|
||||
storage:[
|
||||
{name:"worldclock.settings.json", content:JSON.stringify(timezones)},
|
||||
{name:"worldclock.settings.json", content:JSON.stringify(app_offsets)},
|
||||
]
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue