1
0
Fork 0

Update settings.js

master
t0m1o1 2021-11-22 03:02:22 +00:00 committed by GitHub
parent 5b1b752dfc
commit 9d1429cabc
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)}
}