pull/179/head
Christian Hemker 2020-04-01 20:14:07 +02:00
parent 6b775da0c1
commit 143e3da6f6
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ function updateSettings() {
const diffDays = Math.round(Math.abs((targetDate - today) / oneDay));
WIDGETS["daysl"]={area:"tl",width:40,draw:function(){
g.setFont("6x8", 1);
g.drawString(diffDays,this.x+12,this.y+12);
}};