chore(theming): fix warning of incorrect NcCheckboxRadioSwitch usage

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>

[skip ci]
This commit is contained in:
Grigorii K. Shartsev 2024-01-16 10:56:10 +01:00 committed by Eduardo Morales
parent 9b88869e0d
commit c5ed482a9d

View file

@ -69,7 +69,6 @@
<p>{{ t('theming', 'In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps.') }}</p>
<NcCheckboxRadioSwitch class="theming__preview-toggle"
:checked.sync="shortcutsDisabled"
name="shortcuts_disabled"
type="switch"
@change="changeShortcutsDisabled">
{{ t('theming', 'Disable all keyboard shortcuts') }}