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