Merge pull request #7 from t0m1o1/scaledlauncher

Update settings.js
pull/924/head
t0m1o1 2021-11-22 03:04:17 +00:00 committed by GitHub
commit 3cfd575da4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
'': {'title': 'Launcher Settings'},
'< Back': back,
'Scale Value': {
value: settings.scaleval,
value: settings.scaleval || 1,
min:0.1,max:2,step:0.05,wrap:true,
onchange: (m) => {save('scaleval', m)}
}