mirror of https://github.com/espruino/BangleApps
Update settings.js
parent
04679ba324
commit
28c6103242
|
@ -21,7 +21,7 @@
|
||||||
format: v => v,
|
format: v => v,
|
||||||
onchange: v => updateSetting("charTimeout", v),
|
onchange: v => updateSetting("charTimeout", v),
|
||||||
},
|
},
|
||||||
/*LANG*/'Show help button': {
|
/*LANG*/'Show help button?': {
|
||||||
value: !!settings().showHelpBtn,
|
value: !!settings().showHelpBtn,
|
||||||
format: v => v?"Yes":"No",
|
format: v => v?"Yes":"No",
|
||||||
onchange: v => updateSetting("showHelpBtn", v)
|
onchange: v => updateSetting("showHelpBtn", v)
|
||||||
|
|
Loading…
Reference in New Issue