fixup! feature: all thirty-minute timezones

pull/69/head
Ujjwal Sharma 2019-12-19 19:53:53 +05:30
parent d483eb9064
commit 08c8ef70d1
No known key found for this signature in database
GPG Key ID: BB9110C042D7C804
1 changed files with 1 additions and 1 deletions

View File

@ -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();
} }
}, },