Update settings.js

master
t0m1o1 2021-12-05 17:33:35 +00:00 committed by GitHub
parent 4c0c6233d3
commit f6d3ef7179
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
'': {'title': 'Launcher Settings'},
'< Back': false,
'Font': {
value: settings.font || 2,
value: fonts.indexOf(settings.font) || fonts.indexOf("12x20"),
min:0, max:fonts.length-1, step:1,wrap:true,
onchange: (m) => {save('font', fonts[m])},
format: v => fonts[v]