include widgets during start

pull/38/head
MaBecker 2019-11-13 18:25:01 +01:00
parent 0487c0f97b
commit f94af8a72d
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@
g.clear();
setInterval(drawMixedClock, 5E3);
drawWidgets();
drawMixedClock();
})();