parent
645ccf05bf
commit
ab6b6c5fe4
|
|
@ -327,7 +327,7 @@ function showLocaleMenu() {
|
||||||
'Time Zone': {
|
'Time Zone': {
|
||||||
value: settings.timezone,
|
value: settings.timezone,
|
||||||
min: -11,
|
min: -11,
|
||||||
max: 12,
|
max: 13,
|
||||||
step: 0.5,
|
step: 0.5,
|
||||||
onchange: v => {
|
onchange: v => {
|
||||||
settings.timezone = v || 0;
|
settings.timezone = v || 0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue