Update settings.js

pull/3236/head
naden 2024-02-23 20:21:37 +01:00 committed by GitHub
parent be89738928
commit 2a76bc638b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -26,12 +26,12 @@
}
},
'COMPASS': {
value: !!settings.gps, // 0| converts undefined to 0
value: !!settings.compass, // 0| converts undefined to 0
onchange: v => {
settings.compass = v;
writeSettings();
}
}
},
"DIAL": {
value: settings.dial,
min: 0,