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