Skip to content

Commit 521aef8

Browse files
authored
Test?
1 parent 3b34a41 commit 521aef8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/backlite/settings.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
// Show the menu
1313
E.showMenu({
1414
"" : { "title" : "BackLite" },
15-
"< Back" : () => back(),
15+
"< Back": back,
1616
'Brightness': {
17-
value: settings.brightness||0,
17+
value: settings.brightness||0.3,
1818
min: 0.1, max: 1,
1919
step: 0.1,
2020
onchange: v => {

0 commit comments

Comments
 (0)