We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dd3e19 commit 36784a7Copy full SHA for 36784a7
apps/backlite/settings.js
@@ -12,7 +12,7 @@
12
13
E.showMenu({
14
"" : { "title" : "BackLite" },
15
- "< Back": () => (back()), // fallback if run standalone
+ "< Back": back, // fallback if run standalone
16
"Brightness": {
17
value: settings.brightness,
18
min: 0.1, max: 1,
0 commit comments