mirror of https://github.com/espruino/BangleApps
Update settings.js
parent
137ebca328
commit
654c74fc2e
|
@ -8,7 +8,7 @@
|
|||
}
|
||||
const appMenu = {
|
||||
'': {'title': 'Launcher Settings'},
|
||||
'< Back': false,
|
||||
'< Back': back,
|
||||
'Font': {
|
||||
value: fonts.indexOf(settings.font) || fonts.indexOf("12x20"),
|
||||
min:0, max:fonts.length-1, step:1,wrap:true,
|
||||
|
|
Loading…
Reference in New Issue