diff --git a/apps/astral/app.js b/apps/astral/app.js index b0fcfeb6d..1e74eb300 100644 --- a/apps/astral/app.js +++ b/apps/astral/app.js @@ -870,6 +870,7 @@ Bangle.setUI("clock"); autoUpdate(); setWatch(SwitchSensorState, BTN1, { repeat: true }); +setWatch(autoUpdate, BTN2, { repeat: true }); // Show launcher when button pressed //Bangle.setClockMode();