mirror of https://github.com/espruino/BangleApps
fixup! feature: all thirty-minute timezones
parent
d483eb9064
commit
08c8ef70d1
|
@ -100,7 +100,7 @@ function showMainMenu() {
|
||||||
max: 12,
|
max: 12,
|
||||||
step: 0.5,
|
step: 0.5,
|
||||||
onchange: v => {
|
onchange: v => {
|
||||||
settings.timezone = v;
|
settings.timezone = v || 0;
|
||||||
updateSettings();
|
updateSettings();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue