mirror of https://github.com/espruino/BangleApps
Fix Daisy Clock
`"type": "clock"` was missing from metadata.json so the app couldn't be set as the clock through settingspull/1514/head
parent
8518e7623f
commit
b7035afa2f
|
@ -4,6 +4,7 @@
|
|||
"dependencies": {"mylocation":"app"},
|
||||
"description": "A clock based on the Pastel clock with large ring guage for steps",
|
||||
"icon": "app.png",
|
||||
"type": "clock",
|
||||
"tags": "clock",
|
||||
"supports" : ["BANGLEJS2"],
|
||||
"screenshots": [{"url":"screenshot_daisy2.jpg"}],
|
||||
|
|
Loading…
Reference in New Issue