[Nifty-A Clock] Call setUI before loading widgets

pull/1862/head
Alessandro Cocco 2022-05-21 15:50:00 +02:00
parent a70f24ceae
commit 89edc64922
1 changed files with 1 additions and 4 deletions

View File

@ -103,9 +103,6 @@ Bangle.on('lcdPower', (on) => {
} }
}); });
// Load widgets Bangle.setUI("clock");
Bangle.loadWidgets(); Bangle.loadWidgets();
Bangle.drawWidgets(); Bangle.drawWidgets();
// Show launcher when middle button pressed
Bangle.setUI("clock");