weatherclock v0.06

master
lunctis-viribus 2023-02-25 16:19:10 +01:00
parent bf3a9e0002
commit 4680ad7709
1 changed files with 4 additions and 3 deletions

View File

@ -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;