small fix

pull/2113/head
thyttan 2022-09-07 01:12:33 +02:00
parent 11e34f73b4
commit fcce875880
1 changed files with 2 additions and 3 deletions

View File

@ -3,6 +3,8 @@
let outerRadius = Math.min(CenterX,CenterY) * 0.9;
Bangle.setUI('clock');
Bangle.loadWidgets();
/**** updateClockFaceSize ****/
@ -225,6 +227,3 @@
}
});
Bangle.setUI('clock');
Bangle.loadWidgets();