diff --git a/apps.json b/apps.json index 3758356dd..bed74b208 100644 --- a/apps.json +++ b/apps.json @@ -571,7 +571,7 @@ { "id": "weather", "name": "Weather", "icon": "icon.png", - "version":"0.05", + "version":"0.06", "description": "Show Gadgetbridge weather report", "readme": "readme.md", "tags": "widget,outdoors", diff --git a/apps/weather/ChangeLog b/apps/weather/ChangeLog index 8d8585db9..04e49e460 100644 --- a/apps/weather/ChangeLog +++ b/apps/weather/ChangeLog @@ -1,4 +1,5 @@ 0.02: Make minor adjustments to widget, and discard stale weather data after a configurable period. 0.03: Fix flickering last updated time. 0.04: Adjust "weather unknown" message according to Bluetooth connection. -0.05: Add wind direction. \ No newline at end of file +0.05: Add wind direction. +0.06: Use setUI for launcher. \ No newline at end of file diff --git a/apps/weather/app.js b/apps/weather/app.js index 6ea043467..0e0010249 100644 --- a/apps/weather/app.js +++ b/apps/weather/app.js @@ -88,7 +88,7 @@ update(); // Show launcher when middle button pressed - setWatch(Bangle.showLauncher, BTN2, {repeat: false, edge: 'falling'}); + Bangle.setUI("clock"); Bangle.loadWidgets(); Bangle.drawWidgets();