Settings fix
parent
9c17fe8c5d
commit
50ca281500
|
|
@ -27,7 +27,7 @@ let settings = Object.assign({
|
|||
value: 0,
|
||||
notification: [],
|
||||
},
|
||||
steps: {
|
||||
step: {
|
||||
value: 0,
|
||||
notification: [],
|
||||
},
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
increment: 0,
|
||||
notification: [],
|
||||
},
|
||||
steps: {
|
||||
step: {
|
||||
increment: 0,
|
||||
notification: [],
|
||||
},
|
||||
|
|
|
|||
|
|
@ -177,7 +177,7 @@ exports.getList = function() {
|
|||
dist: {
|
||||
increment: 0 to not notify on distance milestones, otherwise the number of meters to notify after, repeating
|
||||
},
|
||||
steps: {
|
||||
step: {
|
||||
increment: 0 to not notify on step milestones, otherwise the number of steps to notify after, repeating
|
||||
},
|
||||
time: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue