diff --git a/src/components/EventDialog.vue b/src/components/EventDialog.vue index 82712f3..625b60d 100644 --- a/src/components/EventDialog.vue +++ b/src/components/EventDialog.vue @@ -655,6 +655,7 @@ const recurrenceSummary = computed(() => { v-model="recurrenceWeekdays" :fallback="fallbackWeekdays" :first-day="calendarStore.config.first_day" + :weekend="calendarStore.weekend" /> diff --git a/src/components/SettingsDialog.vue b/src/components/SettingsDialog.vue index 21798a8..c6225c2 100644 --- a/src/components/SettingsDialog.vue +++ b/src/components/SettingsDialog.vue @@ -175,9 +175,9 @@ defineExpose({ open })