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 45be15b commit 3b34a41Copy full SHA for 3b34a41
apps/backlite/settings.js
@@ -12,6 +12,7 @@
12
// Show the menu
13
E.showMenu({
14
"" : { "title" : "BackLite" },
15
+ "< Back" : () => back(),
16
'Brightness': {
17
value: settings.brightness||0,
18
min: 0.1, max: 1,
0 commit comments