test
parent
6b775da0c1
commit
143e3da6f6
|
|
@ -27,7 +27,6 @@ function updateSettings() {
|
||||||
const diffDays = Math.round(Math.abs((targetDate - today) / oneDay));
|
const diffDays = Math.round(Math.abs((targetDate - today) / oneDay));
|
||||||
|
|
||||||
WIDGETS["daysl"]={area:"tl",width:40,draw:function(){
|
WIDGETS["daysl"]={area:"tl",width:40,draw:function(){
|
||||||
|
|
||||||
g.setFont("6x8", 1);
|
g.setFont("6x8", 1);
|
||||||
g.drawString(diffDays,this.x+12,this.y+12);
|
g.drawString(diffDays,this.x+12,this.y+12);
|
||||||
}};
|
}};
|
||||||
Loading…
Reference in New Issue