Skip to content

Commit

Permalink
fix(Settings): invert edit simple checkbox
Browse files Browse the repository at this point in the history
Signed-off-by: Grigory Vodyanov <[email protected]>
  • Loading branch information
GVodyanov committed Dec 9, 2024
1 parent fe585a0 commit 761a6cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AppNavigation/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{{ $t('calendar', 'Show tasks in calendar') }}
</ActionCheckbox>
<ActionCheckbox class="settings-fieldset-interior-item"
:checked="showPopover"
:checked="!showPopover"
:disabled="savingPopover"
@update:checked="togglePopoverEnabled">
{{ $t('calendar', 'Enable simplified editor') }}
Expand Down

0 comments on commit 761a6cb

Please sign in to comment.