Rarder44 2022-09-19 00:06:42 +02:00
parent 88533f84bc
commit 262ac59a65
1 changed files with 3 additions and 2 deletions

View File

@ -292,6 +292,9 @@ function queueDraw() {
log_debug("starting..");
loadSettings();
loadLocation();
if(settings.autoCycle || settings.sideTap==0)
{
@ -314,8 +317,6 @@ Bangle.loadWidgets();
* area to the top bar doesn't get cleared.
*/
for (let wd of WIDGETS) {wd.draw=()=>{};wd.area="";}
loadSettings();
loadLocation();