Skip to content

Commit

Permalink
OptionSyncInterval: Allow setting 5minutes interval
Browse files Browse the repository at this point in the history
fixes #1310
  • Loading branch information
marcelklehr committed Jan 8, 2023
1 parent c2001a7 commit d070a5d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ui/components/OptionSyncInterval.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@
:max="syncIntervalSteps.length-1"
:step="1"
:persistent-hint="true"
:rules="[Boolean]"
:thumb-label="'always'"
:ticks="'always'">
<template v-slot:thumb-label="{ value: step }">
<template #thumb-label="{ value: step }">
{{ humanizeDuration(syncIntervalSteps[step] * 1000 * 60) }}
</template>
</v-slider>
Expand Down

0 comments on commit d070a5d

Please sign in to comment.