Skip to content

Commit 53ea789

Browse files
authored
Fix formatting of hapticTime property in settings.js
1 parent 6a40043 commit 53ea789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/setting/settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ function resetSettings() {
7676
brightness: 1, // LCD brightness from 0 to 1
7777
// welcomed : undefined/true (whether welcome app should show)
7878
options: {
79-
hapticTime:25,
79+
hapticTime: 25,
8080
wakeOnBTN1: true,
8181
wakeOnBTN2: true,
8282
wakeOnBTN3: true,

0 commit comments

Comments
 (0)