From f94af8a72d4d321cd8226158741a19c661144bca Mon Sep 17 00:00:00 2001 From: MaBecker Date: Wed, 13 Nov 2019 18:25:01 +0100 Subject: [PATCH] include widgets during start --- apps/clock-mixed.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/clock-mixed.js b/apps/clock-mixed.js index 4ab1dbcf1..97c73c0aa 100644 --- a/apps/clock-mixed.js +++ b/apps/clock-mixed.js @@ -81,6 +81,7 @@ g.clear(); setInterval(drawMixedClock, 5E3); + drawWidgets(); drawMixedClock(); })();