1
0
Fork 0

[Nifty-B Clock] Call setUI before loading widgets

master
Alessandro Cocco 2022-05-21 15:29:39 +02:00
parent ac161c103e
commit e481c0daa2
1 changed files with 1 additions and 2 deletions

View File

@ -112,7 +112,6 @@ Bangle.on('lcdPower', (on) => {
}
});
Bangle.setUI("clock");
Bangle.loadWidgets();
Bangle.drawWidgets();
Bangle.setUI("clock");