Skip to content

Commit 36784a7

Browse files
RKBoss6bobrippling
andauthored
Update apps/backlite/settings.js as per @bobrippling's review
Co-authored-by: Rob Pilling <robpilling@gmail.com>
1 parent 8dd3e19 commit 36784a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/backlite/settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
E.showMenu({
1414
"" : { "title" : "BackLite" },
15-
"< Back": () => (back()), // fallback if run standalone
15+
"< Back": back, // fallback if run standalone
1616
"Brightness": {
1717
value: settings.brightness,
1818
min: 0.1, max: 1,

0 commit comments

Comments
 (0)