Skip to content

Commit 3b34a41

Browse files
authored
Add back handler
1 parent 45be15b commit 3b34a41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/backlite/settings.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// Show the menu
1313
E.showMenu({
1414
"" : { "title" : "BackLite" },
15+
"< Back" : () => back(),
1516
'Brightness': {
1617
value: settings.brightness||0,
1718
min: 0.1, max: 1,

0 commit comments

Comments
 (0)