From 4680ad77098f6159f83d65f6163d04e966f28405 Mon Sep 17 00:00:00 2001 From: lunctis-viribus Date: Sat, 25 Feb 2023 16:19:10 +0100 Subject: [PATCH] weatherclock v0.06 --- apps/weatherClock/weatherClock.settings.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/apps/weatherClock/weatherClock.settings.js b/apps/weatherClock/weatherClock.settings.js index 89b76adb5..658630696 100644 --- a/apps/weatherClock/weatherClock.settings.js +++ b/apps/weatherClock/weatherClock.settings.js @@ -22,9 +22,10 @@ storage.write(SETTINGS_FILE, settings) } - E.showMenu({ - '': { 'title': 'Show Day of Week': { + '': { 'title': 'Weather Clock' }, + '< Back': back, + 'Show DoW': { value: !!s.day, onchange: v => { s.day = v; @@ -38,7 +39,7 @@ save(); }, }, - 'Show Wind Speed': { + 'Show Wind': { value: !!s.wind, onchange: v => { s.wind = v;