Update settings.js
parent
4c0c6233d3
commit
f6d3ef7179
|
|
@ -10,7 +10,7 @@
|
||||||
'': {'title': 'Launcher Settings'},
|
'': {'title': 'Launcher Settings'},
|
||||||
'< Back': false,
|
'< Back': false,
|
||||||
'Font': {
|
'Font': {
|
||||||
value: settings.font || 2,
|
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,
|
||||||
onchange: (m) => {save('font', fonts[m])},
|
onchange: (m) => {save('font', fonts[m])},
|
||||||
format: v => fonts[v]
|
format: v => fonts[v]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue