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 0280733 commit 6103fdaCopy full SHA for 6103fda
apps/jwalk/settings.js
@@ -41,12 +41,11 @@
41
format: v => v ? "Yes" : "No",
42
onchange: v => { settings.showClock = v; saveSettings(); }
43
},
44
- 'While Locked:': 'Lower power use',
45
- 'Update UI While Locked': {
46
- value: settings.updateWhileLocked,
47
- format: v => v ? "Always" : "Mode Changes",
48
- onchange: v => { settings.updateWhileLocked = v; saveSettings(); }
49
- },
+ 'Update UI While Locked': {
+ value: settings.updateWhileLocked,
+ format: v => v ? "Always" : "Mode Changes",
+ onchange: v => { settings.updateWhileLocked = v; saveSettings(); }
+ },
50
'Mode Buzz (ms)': {
51
value: settings.modeBuzzerDuration,
52
min: 0, max: 2000, step: 50,
0 commit comments