Skip to content

Commit c5538d2

Browse files
authored
Fix haptics setting in clock_info menu
1 parent 4528581 commit c5538d2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apps/clock_info/settings.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
min: 500, max: 10000, step: 500,
2525
format: v => v+"m",
2626
onchange: x => save('maxAltitude', x),
27+
},
28+
/*LANG*/'Haptics': {
29+
value: !!settings.haptics,
30+
onchange: x => save('haptics', x),
2731
}
2832
};
2933
E.showMenu(menu);

0 commit comments

Comments
 (0)