Skip to content

Commit

Permalink
fixup! fix: set correct default for transparency
Browse files Browse the repository at this point in the history
  • Loading branch information
miaulalala committed Jul 23, 2024
1 parent 36ee0d5 commit 0658def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AppNavigation/EditCalendarModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
@input="calendarNameChanged = true">
</div>
<template v-if="canBeShared">
<NcCheckboxRadioSwitch :checked.sync="!isTransparent">
<NcCheckboxRadioSwitch :checked.sync="isTransparent">
{{ $t('calendar', 'Never show me as busy (set this calendar to transparent)') }}
</NcCheckboxRadioSwitch>
</template>
Expand Down

0 comments on commit 0658def

Please sign in to comment.