diff --git a/apps/daysl/widget.js b/apps/daysl/widget.js index 5a3c170c2..9eaf8afca 100644 --- a/apps/daysl/widget.js +++ b/apps/daysl/widget.js @@ -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); }}; \ No newline at end of file