Skip to content

Commit

Permalink
OptionSyncInterval: Allow setting 5min
Browse files Browse the repository at this point in the history
fixes #1310 (second attempt)
  • Loading branch information
marcelklehr committed Jan 15, 2023
1 parent 2809dd4 commit 8812859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/components/OptionSyncInterval.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default {
const newDelta = Math.abs(value - this.value)
if (currentDelta > newDelta) return index
else return closestIndex
}, 0) || steps.indexOf(15)
}, 0)
}
},
watch: {
Expand Down

0 comments on commit 8812859

Please sign in to comment.