undeleted and fixed organization of loading

pull/2676/head
eleanor 2023-04-03 14:46:21 -05:00 committed by GitHub
parent b33d909639
commit 2f7b2e8e15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -75,7 +75,8 @@ function draw() {
//ready set go!
g.clear();
Bangle.drawWidgets(); //load all the things
Bangle.setUI("clock");
Bangle.loadWidgets();
Bangle.drawWidgets();
draw(); //draw all the things