Merge pull request #42834 from nextcloud/chore/theming--remove-warning-of-nc-checkbox-radio-switch-usage

chore(theming): fix warning of incorrect `NcCheckboxRadioSwitch` usage
This commit is contained in:
Grigorii K. Shartsev 2024-01-17 01:43:18 +05:00 committed by GitHub
commit 07c0a5f317
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 4 deletions

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') }}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long