mirror of https://github.com/espruino/BangleApps
Allow sunrise to show a 'range'
parent
e303c15ac2
commit
d33106bc8f
|
@ -43,6 +43,7 @@
|
||||||
img : atob("GBiBAAAAAAAAAAAAAAB+AAA8AAAYAAAYAAAAAAAAAAAAAAAYAAAYAAQYIA4AcAYAYAA8AAB+AAD/AAH/gD///D///AAAAAAAAAAAAA==") }},
|
img : atob("GBiBAAAAAAAAAAAAAAB+AAA8AAAYAAAYAAAAAAAAAAAAAAAYAAAYAAQYIA4AcAYAYAA8AAB+AAD/AAH/gD///D///AAAAAAAAAAAAA==") }},
|
||||||
show : show, hide : hide
|
show : show, hide : hide
|
||||||
}, { name : "Time", // Time in day (uses v/min/max to show percentage through day)
|
}, { name : "Time", // Time in day (uses v/min/max to show percentage through day)
|
||||||
|
hasRange : true,
|
||||||
get : () => {
|
get : () => {
|
||||||
calculate();
|
calculate();
|
||||||
let day = true;
|
let day = true;
|
||||||
|
|
Loading…
Reference in New Issue