Update settings.js

pull/924/head
t0m1o1 2021-12-05 18:40:26 +00:00 committed by GitHub
parent 137ebca328
commit 654c74fc2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,