Update apps/backlite/settings.js as per @bobrippling's review

Co-authored-by: Rob Pilling <robpilling@gmail.com>
master
RKBoss6 2025-07-28 09:34:26 -04:00 committed by GitHub
parent 8dd3e19291
commit 36784a7e3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
E.showMenu({
"" : { "title" : "BackLite" },
"< Back": () => (back()), // fallback if run standalone
"< Back": back, // fallback if run standalone
"Brightness": {
value: settings.brightness,
min: 0.1, max: 1,